Class MiniMap
Represents the mini-map.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MiniMap : RadMap
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
System.Windows.DependencyProperty
|
MapControlProperty
Identifies the MapControl dependency property.
Declaration
public static readonly DependencyProperty MapControlProperty
Field Value
System.Windows.DependencyProperty
|
UseParentGeoBoundsProperty
Identifies the UseParentGeoBounds dependency property.
Declaration
public static readonly DependencyProperty UseParentGeoBoundsProperty
Field Value
System.Windows.DependencyProperty
|
UseParentMapProviderProperty
Identifies the UseParentMapProvider dependency property.
Declaration
public static readonly DependencyProperty UseParentMapProviderProperty
Field Value
System.Windows.DependencyProperty
|
ViewportAreaFillProperty
Identifies the ViewportAreaFill dependency property.
Declaration
public static readonly DependencyProperty ViewportAreaFillProperty
Field Value
System.Windows.DependencyProperty
|
ViewportAreaStrokeProperty
Identifies the ViewportAreaStroke dependency property.
Declaration
public static readonly DependencyProperty ViewportAreaStrokeProperty
Field Value
System.Windows.DependencyProperty
|
ViewportAreaStrokeThicknessProperty
Identifies the ViewportAreaStrokeThickness dependency property.
Declaration
public static readonly DependencyProperty ViewportAreaStrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
ViewportAreaZoomReductionProperty
Identifies the ViewportAreaZoomReduction dependency property.
Declaration
public static readonly DependencyProperty ViewportAreaZoomReductionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsViewportAreaVisible
Gets or sets value which indicates whether the rectangle which represents viewport of the map in the mini-map is visible.
Declaration
public bool IsViewportAreaVisible { get; set; }
Property Value
System.Boolean
|
MapControl
Gets or sets the RadMap this control belongs to.
Declaration
public RadMap MapControl { get; set; }
Property Value
RadMap
|
UseParentGeoBounds
Gets or sets value which indicates whether the mini-map will use GeoBounds of parent map.
Declaration
public bool UseParentGeoBounds { get; set; }
Property Value
System.Boolean
|
UseParentMapProvider
Gets or sets value which indicates whether the mini-map will use map provider of parent map.
Declaration
public bool UseParentMapProvider { get; set; }
Property Value
System.Boolean
|
ViewportAreaFill
Gets or sets color of viewport area.
Declaration
public Brush ViewportAreaFill { get; set; }
Property Value
System.Windows.Media.Brush
|
ViewportAreaStroke
Gets or sets Stroke of viewport area.
Declaration
public Brush ViewportAreaStroke { get; set; }
Property Value
System.Windows.Media.Brush
|
ViewportAreaStrokeThickness
Gets or sets StrokeThickness of viewport area.
Declaration
public double ViewportAreaStrokeThickness { get; set; }
Property Value
System.Double
|
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.
Declaration
public int ViewportAreaZoomReduction { get; set; }
Property Value
System.Int32
|