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