Marker Property

 

The Marker property returns a MarkerFormat object. This is a read-only property.

 

Syntax

object.Marker

 

Example 1

This example demonstrates how to return the symbol color.

 

Debug.Print Point.Marker.FillColor

 

Example 2

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

 

Point.Marker.Size = 1

 

Used by: Point object