ClassMiniMap
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
MiniMap()
Initializes a new instance of the MiniMap class.
Declaration
public MiniMap()
Fields
IsViewportAreaVisibleProperty
Identifies the IsViewportAreaVisible dependency property.
Declaration
public static readonly DependencyProperty IsViewportAreaVisibleProperty
Field Value
DependencyProperty
MapControlProperty
Identifies the MapControl dependency property.
Declaration
public static readonly DependencyProperty MapControlProperty
Field Value
DependencyProperty
UseParentGeoBoundsProperty
Identifies the UseParentGeoBounds dependency property.
Declaration
public static readonly DependencyProperty UseParentGeoBoundsProperty
Field Value
DependencyProperty
UseParentMapProviderProperty
Identifies the UseParentMapProvider dependency property.
Declaration
public static readonly DependencyProperty UseParentMapProviderProperty
Field Value
DependencyProperty
ViewportAreaFillProperty
Identifies the ViewportAreaFill dependency property.
Declaration
public static readonly DependencyProperty ViewportAreaFillProperty
Field Value
DependencyProperty
ViewportAreaStrokeProperty
Identifies the ViewportAreaStroke dependency property.
Declaration
public static readonly DependencyProperty ViewportAreaStrokeProperty
Field Value
DependencyProperty
ViewportAreaStrokeThicknessProperty
Identifies the ViewportAreaStrokeThickness dependency property.
Declaration
public static readonly DependencyProperty ViewportAreaStrokeThicknessProperty
Field Value
DependencyProperty
ViewportAreaZoomReductionProperty
Identifies the ViewportAreaZoomReduction dependency property.
Declaration
public static readonly DependencyProperty ViewportAreaZoomReductionProperty
Field Value
DependencyProperty
Properties
IsViewportAreaVisible
Gets or sets value which indicates whether the rectangle which represents viewport of the map in the mini-map is visible.
MapControl
Gets or sets the RadMap this control belongs to.
UseParentGeoBounds
Gets or sets value which indicates whether the mini-map will use GeoBounds of parent map.
UseParentMapProvider
Gets or sets value which indicates whether the mini-map will use map provider of parent map.
ViewportAreaFill
Gets or sets color of viewport area.
Declaration
public Brush ViewportAreaFill { get; set; }
Property Value
Brush
ViewportAreaStroke
Gets or sets Stroke of viewport area.
Declaration
public Brush ViewportAreaStroke { get; set; }
Property Value
Brush
ViewportAreaStrokeThickness
Gets or sets StrokeThickness of viewport area.
Declaration
public double ViewportAreaStrokeThickness { get; set; }
Property Value
ViewportAreaZoomReduction
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.
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Called when [property changed].
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
e
DependencyPropertyChangedEventArgs
Name of the property.