ProcessOtherOverlaysMode¶
Namespace: ThinkGeo.UI.Wpf
This enumeration specifies the mode to process other overlays when doing interactive actions with InteractiveOverlay.
public enum ProcessOtherOverlaysMode
Inheritance Object → ValueType → Enum → ProcessOtherOverlaysMode
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 2 | Default value of the enumeration, the same as ProcessOtherOverlays. |
| ProcessOtherOverlays | 0 | This enumeration item means that other overlays will still be executed. |
| DoNotProcessOtherOverlays | 1 | This enumeration item means that other overlays will be ignored. |