TrackMode¶
Namespace: ThinkGeo.Core
TrackMode enumeration sets how the map will react to user interaction.
public enum TrackMode
Inheritance Object → ValueType → Enum → TrackMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
None | 0 | Default mode. |
Point | 1 | Draw point mode. |
Line | 2 | Draw line mode. |
Polygon | 3 | Draw polygon mode. |
Rectangle | 4 | Draw rectangle mode. |
Square | 5 | Draw square mode. |
Circle | 6 | Draw circle mode. |
Ellipse | 7 | Draw ellipse mode. |
StraightLine | 8 | Allows user to draw a simple line with only 2 points on the map. |
Freehand | 9 | Allows user to draw freehand on the map |
Custom | 10 | Allows user to draw custom trackshape on the map |
Multipoint | 11 | Draw multi point mode. |