Size Property

The Size property returns or sets the font height in points or the marker size in page units. Size returns or sets the font height in points for the AutoMFont object and returns or sets marker size in page units for AutoMarker. Returns a Double.

Syntax

object.Size

object.Size = Size

 

Parameter Type Description
Size Double required, size in points or page units

 

Example 1

This example demonstrates how to return the font size points.

Debug.Print FontFormat.Size

Example 2

This example demonstrates how to set the size of a symbol to two inches.

MarkerFormat.Size = 2

 

Used by: AutoMFont object, AutoMarker object