Skip to content

ProcessOtherOverlaysMode

Namespace: ThinkGeo.UI.Wpf

This enumeration specifies the mode to process other overlays when doing interactive actions with InteractiveOverlay.

public enum ProcessOtherOverlaysMode

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