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