MapInputBehavior
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapInputBehavior
Inheritance: objectMapInputBehavior
Derived Classes:
Constructors
C#
public MapInputBehavior()
Properties
Gets the MapElement this behavior is associated with.
C#
public BaseMapElement MapElement { get; }
Gets the maximum amount of zoom levels that can be changed at once when using the mouse wheel.
C#
public int MaxZoomDelta { get; set; }
Methods
C#
protected virtual void Initialize()
C#
public virtual void OnPressAndTapGesture(PressAndTapGestureEventArgs args)
C#
public virtual void OnRotateGesture(RotateGestureEventArgs args)
C#
public virtual void SelectElement(MapVisualElement element, bool extendSelection)