InteractiveOverlayUpdateMode¶
Namespace: ThinkGeo.Core
This enumeration specifies the mode to draw the InteractiveOverlay when doing interactive actions with InteractiveOverlay.
public enum InteractiveOverlayUpdateMode
Inheritance Object → ValueType → Enum → InteractiveOverlayUpdateMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | Default value of the enumeration, the same as DoNotDraw. |
Update | 1 | This enumeration item means that InteractiveOverlay will still be drawn. |
DoNotUpdate | 2 | This enumeration item means that InteractiveOverlay will still not be drawn. |