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