Open.Core.UI.Controls.BackgroundModel.CreateView C# (CSharp) Method

CreateView() public method

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