'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the border of the text.")> Public Property BorderStyle As NStrokeStyle
'Usage
Dim instance As NTextStyle Dim value As NStrokeStyle instance.BorderStyle = value value = instance.BorderStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the border of the text.")] public NStrokeStyle BorderStyle {get; set;}