'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The fill effect applied on the list items.")> Public Property BackFillStyle As NFillStyle
'Usage
Dim instance As NListStyle Dim value As NFillStyle instance.BackFillStyle = value value = instance.BackFillStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The fill effect applied on the list items.")] public NFillStyle BackFillStyle {get; set;}