ClassMapBaseControl
Represents the MapBaseControl class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class MapBaseControl : Control, ILayer
Inheritance: objectMapBaseControl
Derived Classes:
Implements:
Constructors
MapBaseControl()
Declaration
protected MapBaseControl()
Fields
MapControlProperty
Identifies the MapControl dependency property.
Declaration
public static readonly DependencyProperty MapControlProperty
Field Value
DependencyProperty
Properties
MapControl
Gets or sets the RadMap this control belongs to.
Declaration
public RadMap MapControl { get; set; }
Property Value
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
sender
Sender.
e
RoutedEventArgs
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
sender
Sender.
e
RoutedEventArgs
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 .
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).