Open.Core.UI.Controls.BackgroundModel.CreateView C# (CSharp) Méthode

CreateView() public méthode

public CreateView ( ) : FrameworkElement
Résultat System.Windows.FrameworkElement
        public FrameworkElement CreateView()
        {
            return new Background {DataContext = this};
        }
        #endregion