'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Specifies the color of the minor ticks")> Public Property MinorTicksColor As System.Drawing.Color
'Usage
Dim instance As NRuler Dim value As System.Drawing.Color instance.MinorTicksColor = value value = instance.MinorTicksColor
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Specifies the color of the minor ticks")] public System.Drawing.Color MinorTicksColor {get; set;}