Size Property

 

The Size property returns or sets the font height in points or the symbol size in page units. Returns a double.

 

Syntax

object.Size

object.Size = Size

 

Parameter

Type

Description

Size

Double

required; size in points

 

Example 1

This example demonstrates how to return the number of points a font is in size.

 

Debug.Print FontFormat.Size

 

Example 2

This example demonstrates how to set the size of a symbol to one page unit.

 

MarkerFormat.Size = 1

 

Used by: FontFormat object, MarkerFormat object

 

 

See Also

Text Properties

Symbol Properties