PointType¶
Namespace: ThinkGeo.Core
This enumeration defines how a PointSymbol will be drawn.
public enum PointType
Inheritance Object → ValueType → Enum → PointType
Implements IComparable, IFormattable, IConvertible
Remarks:
Depending on which of the members you choose, there are different properties that need to be set on the PointStyle.
Fields¶
Name | Value | Description |
---|---|---|
Symbol | 0 | The point will be drawn using a symbol. |
Image | 1 | The point will be drawn using a bitmap. |
Glyph | 2 | The point will be drawn using a font character. |