Class MapInputBehavior
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class MapInputBehavior
Constructors
MapInputBehavior()
Declaration
public MapInputBehavior()
Properties
MapElement
Gets the MapElement this behavior is associated with.
Declaration
public BaseMapElement MapElement { get; }
Property Value
BaseMapElement
|
MaxZoomDelta
Gets the maximum amount of zoom levels that can be changed at once when using the mouse wheel.
Declaration
public int MaxZoomDelta { get; set; }
Property Value
System.Int32
|
PanDelta
Gets or sets the number of pixels the map is moved when using the keyboard keys to pan.
Declaration
public int PanDelta { get; set; }
Property Value
System.Int32
|
Methods
Initialize()
Declaration
protected virtual void Initialize()
OnDoubleClick(EventArgs)
Declaration
public virtual void OnDoubleClick(EventArgs e)
Parameters
System.EventArgs
e
|
OnGesture(GestureEventArgs)
OnKeyDown(KeyEventArgs)
Declaration
public virtual void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
OnKeyPress(KeyPressEventArgs)
Declaration
public virtual void OnKeyPress(KeyPressEventArgs e)
Parameters
System.Windows.Forms.KeyPressEventArgs
e
|
OnKeyUp(KeyEventArgs)
Declaration
public virtual void OnKeyUp(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
OnMouseDown(MouseEventArgs)
Declaration
public virtual void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
OnMouseEnter(EventArgs)
Declaration
public virtual void OnMouseEnter(EventArgs e)
Parameters
System.EventArgs
e
|
OnMouseHover(EventArgs)
Declaration
public virtual void OnMouseHover(EventArgs e)
Parameters
System.EventArgs
e
|
OnMouseLeave(EventArgs)
Declaration
public virtual void OnMouseLeave(EventArgs e)
Parameters
System.EventArgs
e
|
OnMouseMove(MouseEventArgs)
Declaration
public virtual void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
OnMouseUp(MouseEventArgs)
Declaration
public virtual void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
OnMouseWheel(MouseEventArgs)
Declaration
public virtual void OnMouseWheel(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
OnPanGesture(PanGestureEventArgs)
Declaration
public virtual void OnPanGesture(PanGestureEventArgs args)
Parameters
PanGestureEventArgs
args
|
OnPressAndTapGesture(PressAndTapGestureEventArgs)
Declaration
public virtual void OnPressAndTapGesture(PressAndTapGestureEventArgs args)
Parameters
PressAndTapGestureEventArgs
args
|
OnRotateGesture(RotateGestureEventArgs)
Declaration
public virtual void OnRotateGesture(RotateGestureEventArgs args)
Parameters
RotateGestureEventArgs
args
|
OnTwoFingerTapGesture(GestureEventArgs)
Declaration
public virtual void OnTwoFingerTapGesture(GestureEventArgs args)
Parameters
GestureEventArgs
args
|
OnZoomGesture(ZoomGestureEventArgs)
Declaration
public virtual void OnZoomGesture(ZoomGestureEventArgs args)
Parameters
ZoomGestureEventArgs
args
|
SelectElement(MapVisualElement, Boolean)
Declaration
public virtual void SelectElement(MapVisualElement element, bool extendSelection)
Parameters
MapVisualElement
element
|
System.Boolean
extendSelection
|