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