'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The stroke style of the gripper.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property GripperStrokeStyle As NStrokeStyle
'Usage
Dim instance As NRangeSelection Dim value As NStrokeStyle instance.GripperStrokeStyle = value value = instance.GripperStrokeStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The stroke style of the gripper.")] [System.ComponentModel.Editor(Nevron.Editors.NStrokeStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NStrokeStyle GripperStrokeStyle {get; set;}