'Declaration
<System.ComponentModel.CategoryAttribute("Subdivisions")> <System.ComponentModel.DescriptionAttribute("Controls the count of minor ticks between two major ones")> <System.ComponentModel.DefaultValueAttribute(5)> Public Property MinorTicksCount As System.Integer
'Usage
Dim instance As NRuler Dim value As System.Integer instance.MinorTicksCount = value value = instance.MinorTicksCount
[System.ComponentModel.Category("Subdivisions")] [System.ComponentModel.Description("Controls the count of minor ticks between two major ones")] [System.ComponentModel.DefaultValue(5)] public System.int MinorTicksCount {get; set;}