зеркало из https://github.com/telerik/xaml-sdk.git
8e6db6e592 | ||
---|---|---|
.. | ||
Properties | ||
App.xaml | ||
App.xaml.cs | ||
ClickModesCustomBehavior.csproj | ||
MainWindow.xaml | ||
MainWindow.xaml.cs | ||
Readme.md |
Readme.md
Click Modes Custom Behavior
RadMap supports both single and double mouse clicks. You can configure the behavior of the control in this respect using the MouseClickMode and MouseDoubleClickMode properties. These properties support the following predefined values: Center, None, ZoomPointToCenter, ZoomToPoint. In order to execute custom logic on click or double click, set these properties to None and handle the MapMouseClick and MapMouseDoubleClick events of RadMap.