FontBold Property

The FontBold property returns or sets the text bold property. Returns a Boolean.

Syntax

object.FontBold

object.FontBold = FontBold

 

Parameter Type Description
FontBold Boolean required, true to use the bold style

 

Example

This example shows how to set the bold property for rulers.

Ruler.Bold = True

 

Used by: AutoRuler object