MouseControl
This class represents the mouse control.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MouseControl : ContentControl
Inheritance: objectMouseControl
Constructors
Initializes a new instance of the MouseControl class. MouseControl Constructor, will use the default instance of the map.
public MouseControl()
Initializes a new instance of the MouseControl class. MouseControl Constructor, will use the default instance of the map.
Properties
Location
Point
Gets MouseControl Location, Point X,Y for Top Left relative to the Canvas containing the MouseControl.
public Point Location { get; set; }
Gets or sets map control this layer belongs to.
public RadMap MapControl { get; set; }
Size
Size
Gets MouseControl Size. Height and Width of the area covered by Mouse Drag when in selection DragBehaviour mode.
public Size Size { get; set; }
Methods
Overridden from the FrameworkElement class.
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.