'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NTextStyleTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Text")> <System.ComponentModel.DescriptionAttribute("Controls the text style applied to group row labels")> Public Property GroupRowLabelTextStyle As NTextStyle
'Usage
Dim instance As NHierarchicalScaleConfigurator Dim value As NTextStyle instance.GroupRowLabelTextStyle = value value = instance.GroupRowLabelTextStyle
[System.ComponentModel.Editor(Nevron.Editors.NTextStyleTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Text")] [System.ComponentModel.Description("Controls the text style applied to group row labels")] public NTextStyle GroupRowLabelTextStyle {get; set;}