Skip to content

PointSymbolType

Namespace: ThinkGeo.Core

This enumeration defines the different types of PointSymbols that can be drawn.

public enum PointSymbolType

Inheritance objectValueTypeEnumPointSymbolType
Implements IComparable, ISpanFormattable, 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 Draws an arrow with a crossbar.
BidirectionalArrow 9 Draws an arrow with heads at both ends.