'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NBackgroundStyleTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the document background style")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property BackgroundStyle As NBackgroundStyle
'Usage
Dim instance As NDocument Dim value As NBackgroundStyle instance.BackgroundStyle = value value = instance.BackgroundStyle
[System.ComponentModel.Editor(Nevron.Editors.NBackgroundStyleTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the document background style")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public NBackgroundStyle BackgroundStyle {get; set;}