'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The font style used to draw the text of list items.")> Public Property FontStyle As NFontStyle
'Usage
Dim instance As NListStyle Dim value As NFontStyle instance.FontStyle = value value = instance.FontStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The font style used to draw the text of list items.")] public NFontStyle FontStyle {get; set;}