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