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