Skip to content

InteractiveOverlayUpdateMode

Namespace: ThinkGeo.UI.Wpf

This enumeration specifies the mode to draw the InteractiveOverlay when doing interactive actions with InteractiveOverlay.

public enum InteractiveOverlayUpdateMode

Inheritance objectValueTypeEnumInteractiveOverlayUpdateMode
Implements IComparable, ISpanFormattable, 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.