'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NBackgroundStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets or sets the background style of the root panel")> Public Property BackgroundStyle As NBackgroundStyle
'Usage
Dim instance As NBackgroundDecoratorPanel Dim value As NBackgroundStyle instance.BackgroundStyle = value value = instance.BackgroundStyle
[System.ComponentModel.Editor(Nevron.Editors.NBackgroundStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets or sets the background style of the root panel")] public NBackgroundStyle BackgroundStyle {get; set;}