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