'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Controls the count of the automatic minor ticks between two major ticks")> <System.ComponentModel.DefaultValueAttribute(0)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MinorTickCount As System.Integer
'Usage
Dim instance As NStandardScaleConfigurator Dim value As System.Integer instance.MinorTickCount = value value = instance.MinorTickCount
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Controls the count of the automatic minor ticks between two major ticks")] [System.ComponentModel.DefaultValue(0)] [System.Xml.Serialization.XmlAttribute()] public System.int MinorTickCount {get; set;}