Nevron .NET Vision
Nevron.Diagram Namespace / NDocument Class / BackgroundStyle Property


In This Topic
    BackgroundStyle Property (NDocument)
    In This Topic
    Gets/sets the document background style
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also