'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Texts")> <System.ComponentModel.DescriptionAttribute("Gets or sets the NTextStyle object applied to the scale value labels text")> Public Property TextStyle As NTextStyle
'Usage
Dim instance As NScaleLabelStyle Dim value As NTextStyle instance.TextStyle = value value = instance.TextStyle
[System.ComponentModel.Editor(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Texts")] [System.ComponentModel.Description("Gets or sets the NTextStyle object applied to the scale value labels text")] public NTextStyle TextStyle {get; set;}