LabelFont Property

 

The LabelFont property returns the label FontFormat object. This is a read-only property.

 

Syntax

object.LabelFont

 

Example 1

This example demonstrates how to return the face of pin map labels.

 

Debug.Print PinMap.LabelFont.Face

 

Example 2

This example demonstrates how to change the face of scale bar labels to Times New Roman.

 

ScaleBar.LabelFont.Face = "Times New Roman"

 

Used by: PinMap object, ScaleBar object