LatLabelFont Property

 

The LatLabelFont property returns the graticule latitude (Y) label font properties. Returns a FontFormat object. This is a read-only property.

 

Syntax

object.LatLabelFont

 

Example 1

This example demonstrates how to return the face of the latitude labels.

 

Debug.Print Grat.LatLabelFont.Face

 

Example 2

This example demonstrates how to change the face to Times New Roman.

 

Grat.LatLabelFont.Face = "Times New Roman"

 

Used by: Graticule object