Marker Property
Marker returns the symbol format object. Returns a MarkerFormat object. This is a read-only property.
Syntax
object.Marker
Example 1
This example demonstrates how to return the color of a symbol.
Debug.Print Symbol.Marker.Color
Example 2
This example demonstrates how to set the size of a symbol to one page unit.
Symbol.Marker.Size = 1
Used by: Symbol object