Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / GroupBorderStyle Property


In This Topic
    GroupBorderStyle Property
    In This Topic
    Gets or sets the default border style for panel's groups.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the default border style for panel's groups.")>
    Public Property GroupBorderStyle As BorderStyle3D
    'Usage
     
    
    Dim instance As NDockManager
    Dim value As BorderStyle3D
     
    instance.GroupBorderStyle = value
     
    value = instance.GroupBorderStyle
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets or sets the default border style for panel's groups.")]
    public BorderStyle3D GroupBorderStyle {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