'Declaration
<System.ComponentModel.CategoryAttribute("Labels")> <System.ComponentModel.DescriptionAttribute("Gets or sets the scale label style controlling the appearance of scale labels")> Public Property LabelStyle As NScaleLabelStyle
'Usage
Dim instance As NStandardScaleConfigurator Dim value As NScaleLabelStyle instance.LabelStyle = value value = instance.LabelStyle
[System.ComponentModel.Category("Labels")] [System.ComponentModel.Description("Gets or sets the scale label style controlling the appearance of scale labels")] public NScaleLabelStyle LabelStyle {get; set;}