MapBaseControl
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
protected MapBaseControl()
Fields
MapControlProperty
DependencyProperty
Identifies the MapControl dependency property.
public static readonly DependencyProperty MapControlProperty
Properties
Gets or sets the RadMap this control belongs to.
public RadMap MapControl { get; set; }
Implements:
Methods
Handle motion finished event on master multi-scale image. This method is designed for internal use.
public virtual void MultiscaleImage_MotionFinished(object sender, RoutedEventArgs e)
Sender.
eRoutedEventArgsEvent args.
Implements:
Handle viewport changed event on master multi-scale image. This method is designed for internal use.
public virtual void MultiscaleImage_ViewportChanged(object sender, RoutedEventArgs e)
Sender.
eRoutedEventArgsEvent args.
Implements:
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Called when map control should be initialized (either on initial load or if the RadMap control owner is changed).