'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the length of the minor ticks (in pixels)")> <System.ComponentModel.DefaultValueAttribute(5)> Public Property MinorTicksLength As System.Integer
'Usage
Dim instance As NRuler Dim value As System.Integer instance.MinorTicksLength = value value = instance.MinorTicksLength
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the length of the minor ticks (in pixels)")] [System.ComponentModel.DefaultValue(5)] public System.int MinorTicksLength {get; set;}