'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.CategoryAttribute("Custom Labels")> <System.ComponentModel.DescriptionAttribute("Controls whether custom labels will have a separate level on the scale")> Public Property CreateNewLevelForCustomLabels As System.Boolean
'Usage
Dim instance As NScaleConfigurator Dim value As System.Boolean instance.CreateNewLevelForCustomLabels = value value = instance.CreateNewLevelForCustomLabels
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Category("Custom Labels")] [System.ComponentModel.Description("Controls whether custom labels will have a separate level on the scale")] public System.bool CreateNewLevelForCustomLabels {get; set;}