FontUnderline Property
The FontUnderline property returns or sets the ruler font underline property. Returns a Boolean.
Syntax
object.FontUnderline
object.FontUnderline = FontUnderline
Parameter | Type | Description |
FontUnderline | Boolean | required, true to use the underline style |
Example
This example shows how to underline text on the ruler.
Ruler.FontUnderline = True
Used by: AutoRuler object