'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the font style of the ruler texts")> Public Property TextFontStyle As NFontStyle
'Usage
Dim instance As NRuler Dim value As NFontStyle instance.TextFontStyle = value value = instance.TextFontStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the font style of the ruler texts")] public NFontStyle TextFontStyle {get; set;}