PointSymbolType¶
Namespace: ThinkGeo.Core
This enumeration defines the different types of PointSymbols that can be drawn.
public enum PointSymbolType
Inheritance Object → ValueType → Enum → PointSymbolType
Implements IComparable, IFormattable, IConvertible
Remarks:
None
Fields¶
Name | Value | Description |
---|---|---|
Circle | 0 | Draws a circle. |
Square | 1 | Draws a square. |
Triangle | 2 | Draws a triangle. |
Cross | 3 | Draws an equal-legged cross. |
DiamondNarrow | 4 | Draws a diamond. |
Diamond | 5 | Draws a variation of a diamond. |
Star | 6 | Draws a star. |
StarCircled | 7 | Draws a variation of a star. |
CrossArrow | 8 | |
BidirectionalArrow | 9 |