FontColor Property
The FontColor property returns or sets the font color on the ruler. Returns a Long.
Syntax
object.FontColor
object.FontColor = FontColor
Parameter | Type | Description |
FontColor | Long | required, grfColor |
Example
This example shows how to change the color of text on the ruler.
Ruler.color = grfColorGreen
Used by: AutoRuler object