Skip to main content

TdxCustomMapControl.OptionsBehavior Property

Specifies the settings that determine how the map control responds to end-user actions.

Declaration

property OptionsBehavior: TdxMapControlOptionsBehavior read; write;

Property Value

Type
TdxMapControlOptionsBehavior

Remarks

To learn about these settings, refer to the TdxMapControlOptionsBehavior class description.

Note

To postpone immediate repainting of the map control in response to layout/appearance changes, enclose the code that performs bulk modifications within BeginUpdate/EndUpdate method blocks.

See Also