TitleFont Property

The TitleFont property has been deprecated. Use the AutoLegendTitle object Font property instead.

The TitleFont property returns the title font for a legend. Returns an AutoMFont object.

Syntax

object.TitleFont

Example

This example shows how to change the size of the legend title to 12 points.

Legend.TitleFont.size = 12

 

Used by: AutoLegend object