Skip to content

MapFocusMode

Namespace: ThinkGeo.UI.Wpf

Specifies how the map focuses.

public enum MapFocusMode

Inheritance objectValueTypeEnumMapFocusMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
Default 0 Deprecated alias for .
MouseEnterFocused 1 This item means that MapControl will take focus when the mouse enters the MapControl.
ManuallyFocused 2 This item means that the MapControl will only take focus when the mapControl.Focus() API is called.