MiniMap
Represents the mini-map.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MiniMap : RadMap
Inheritance: objectRadMapMiniMap
Inherited Members
Constructors
Initializes a new instance of the MiniMap class.
public MiniMap()
Fields
IsViewportAreaVisibleProperty
DependencyProperty
Identifies the IsViewportAreaVisible dependency property.
public static readonly DependencyProperty IsViewportAreaVisibleProperty
MapControlProperty
DependencyProperty
Identifies the MapControl dependency property.
public static readonly DependencyProperty MapControlProperty
UseParentGeoBoundsProperty
DependencyProperty
Identifies the UseParentGeoBounds dependency property.
public static readonly DependencyProperty UseParentGeoBoundsProperty
UseParentMapProviderProperty
DependencyProperty
Identifies the UseParentMapProvider dependency property.
public static readonly DependencyProperty UseParentMapProviderProperty
ViewportAreaFillProperty
DependencyProperty
Identifies the ViewportAreaFill dependency property.
public static readonly DependencyProperty ViewportAreaFillProperty
ViewportAreaStrokeProperty
DependencyProperty
Identifies the ViewportAreaStroke dependency property.
public static readonly DependencyProperty ViewportAreaStrokeProperty
ViewportAreaStrokeThicknessProperty
DependencyProperty
Identifies the ViewportAreaStrokeThickness dependency property.
public static readonly DependencyProperty ViewportAreaStrokeThicknessProperty
ViewportAreaZoomReductionProperty
DependencyProperty
Identifies the ViewportAreaZoomReduction dependency property.
public static readonly DependencyProperty ViewportAreaZoomReductionProperty
Properties
Gets or sets value which indicates whether the rectangle which represents viewport of the map in the mini-map is visible.
public bool IsViewportAreaVisible { get; set; }
Gets or sets the RadMap this control belongs to.
public RadMap MapControl { get; set; }
Gets or sets value which indicates whether the mini-map will use GeoBounds of parent map.
public bool UseParentGeoBounds { get; set; }
Gets or sets value which indicates whether the mini-map will use map provider of parent map.
public bool UseParentMapProvider { get; set; }
ViewportAreaFill
Brush
Gets or sets color of viewport area.
public Brush ViewportAreaFill { get; set; }
ViewportAreaStroke
Brush
Gets or sets Stroke of viewport area.
public Brush ViewportAreaStroke { get; set; }
Gets or sets StrokeThickness of viewport area.
public double ViewportAreaStrokeThickness { get; set; }
Gets or sets value which specifies a reduction for zoom level of mini-map. When it is 0 then the the rectangle which represents viewport of map in mini-map is set to best view. When it is 1 then the the rectangle should be smaller than best view by 1 zoom level.
public int ViewportAreaZoomReduction { get; set; }
Methods
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.
Overrides:
Called when [property changed].
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Name of the property.