MarkerSymbol
Base Type: Symbol
Derived Types: CartographicMarkerSymbol, SimpleMarkerSymbol
An abstract class that provides marker symbol properties to its derived types.
Property |
Type |
Description |
---|---|---|
Angle |
double |
The marker symbol angle. |
Color |
The marker symbol color. | |
Size |
double |
The marker symbol size. |
XOffset |
double |
The symbol X-axis offset from point location. |
YOffset |
double |
The symbol Y-axis offset from point location. |
Remarks
The Angle property sets the angle in degrees to which the symbol is rotated counterclockwise from the horizontal axis.
The units of Size, XOffset and YOffset are points (about 1/7 of an inch). Values form XOffset and YOffset can be negative or positive number; positive numbers indicate an offset above and to the right of the feature, and negative numbers indicate an offset below and to the left.