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