'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the style used when drawing the gripper.")> Public Property GripperStyle As GripperStyle
'Usage
Dim instance As NSplitter Dim value As GripperStyle instance.GripperStyle = value value = instance.GripperStyle
[System.ComponentModel.Description("Gets/sets the style used when drawing the gripper.")] public GripperStyle GripperStyle {get; set;}