Nevron.UI.WinForm.Docking Namespace / NDocumentStyle Class / DocumentBorderStyle Property


In This Topic
    DocumentBorderStyle Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets or sets the border style for a single document.")>
    Public Property DocumentBorderStyle As BorderStyle3D
    'Usage
     
    
    Dim instance As NDocumentStyle
    Dim value As BorderStyle3D
     
    instance.DocumentBorderStyle = value
     
    value = instance.DocumentBorderStyle
    [System.ComponentModel.Description("Gets or sets the border style for a single document.")]
    public BorderStyle3D DocumentBorderStyle {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