Class MapBaseControl
Represents the MapBaseControl class.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class MapBaseControl : Control, ILayer
Constructors
MapBaseControl()
Declaration
protected MapBaseControl()
Fields
MapControlProperty
Identifies the MapControl dependency property.
Declaration
public static readonly DependencyProperty MapControlProperty
Field Value
System.Windows.DependencyProperty
|
Properties
MapControl
Gets or sets the RadMap this control belongs to.
Declaration
public RadMap MapControl { get; set; }
Property Value
RadMap
|
Implements
Methods
MultiscaleImage_MotionFinished(Object, RoutedEventArgs)
Handle motion finished event on master multi-scale image. This method is designed for internal use.
Declaration
public virtual void MultiscaleImage_MotionFinished(object sender, RoutedEventArgs e)
Parameters
System.Object
sender
Sender. |
System.Windows.RoutedEventArgs
e
Event args. |
Implements
MultiscaleImage_ViewportChanged(Object, RoutedEventArgs)
Handle viewport changed event on master multi-scale image. This method is designed for internal use.
Declaration
public virtual void MultiscaleImage_ViewportChanged(object sender, RoutedEventArgs e)
Parameters
System.Object
sender
Sender. |
System.Windows.RoutedEventArgs
e
Event args. |
Implements
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnMapInitialize(RadMap, RadMap)
Called when map control should be initialized (either on initial load or if the RadMap control owner is changed).
Declaration
protected abstract void OnMapInitialize(RadMap oldMapControl, RadMap newMapControl)
Parameters
RadMap
oldMapControl
The old RadMap control owner. |
RadMap
newMapControl
The new RadMap control owner. |