TdxMapControlOptionsBehavior Class
Stores Map Control behavior settings.
Declaration
TdxMapControlOptionsBehavior = class(
TcxOwnedPersistent
)
Remarks
Navigation Panel and behavior (TdxMapControlOptionsBehavior
) settings determine available Map Control UI elements and end-user functionality.
Main API Members
The list below outlines key members of the TdxMapControlOptionsBehavior
class. These members allow you to configure map user interaction settings.
- Animation
- Specifies if animations are enabled for zoom in and out operations.
- InertialScrolling
- Specifies if inertial map scrolling is enabled.
- MapItemSelectMode
- Allows you to change map item selection behavior.
- Scrolling | Zooming
- Specify if map scroll and zoom operations are available to users. These properties also hide or display corresponding UI elements on the Navigation Panel.
Direct TdxMapControlOptionsBehavior Class Reference
The TdxCustomMapControl.OptionsBehavior property references a TdxMapControlOptionsBehavior
object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxMapControlOptionsBehavior
See Also