'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;}