Marker Property

The Marker property returns the symbol format object. Returns an AutoMarker object. This is a read-only property.

Syntax

object.Marker

object.Marker =Marker

 

Example 1

The following example shows how to change the color of a symbol.

Sym1.Marker.color(grfColorRed)

Example 2

The following example shows how to return the symbol font name.

Debug.Print Sym1.Marker.Set

 

Used by: AutoSymbol object