FontItalic Property

The FontItalic property returns or sets an italic font for the ruler. Returns a Boolean.

Syntax

object.FontItalic

object.FontItalic = FontItalic

 

Parameter Type Description
FontItalic Boolean required, true to use italic style

 

Example

This example shows how to set the rulers font as italic.

Ruler.FontItalic = True

 

Used by: AutoRuler object