TitleFont Property

 

The TitleFont property returns the legend title FontFormat object. This is a read-only property.

 

Syntax

object.TitleFont( LayerName )

 

Parameter

Type

Description

LayerName

String

required; layer name

 

Example

This example changes the color of the legend title font to green for the layer named County Population.

 

Legend.TitleFont("County Population").ForeColor = mvColorGreen

 

Used by: Legend object