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