LabelFont:
object.LabelFont [= string]
Sets or returns the name of the font you want to use.
type: string
access: read/write
example:
object.LabelFont = "Times New Roman"
BACK