vcl-dxmapcontrol-f6cb8920.md
Stores Map Control behavior settings.
TdxMapControlOptionsBehavior = class(
TcxOwnedPersistent
)
Navigation Panel and behavior (TdxMapControlOptionsBehavior) settings determine available Map Control UI elements and end-user functionality.
The list below outlines key members of the TdxMapControlOptionsBehavior class. These members allow you to configure map user interaction settings.
AnimationSpecifies if animations are enabled for zoom in and out operations.InertialScrollingSpecifies if inertial map scrolling is enabled.MapItemSelectModeAllows you to change map item selection behavior.Scrolling | ZoomingSpecify if map scroll and zoom operations are available to users. These properties also hide or display corresponding UI elements on the Navigation Panel.
The TdxCustomMapControl.OptionsBehavior property references a TdxMapControlOptionsBehavior object.
TObject TPersistent TcxOwnedPersistent TdxMapControlOptionsBehavior
See Also
TdxMapControlNavigationPanel Class