Class MiniMap
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MiniMap : RadMap
Constructors
MiniMap()
Declaration
public MiniMap()
Fields
IsViewportAreaVisibleProperty
Declaration
public static readonly DependencyProperty IsViewportAreaVisibleProperty
Field Value
Microsoft.
|
MapControlProperty
Declaration
public static readonly DependencyProperty MapControlProperty
Field Value
Microsoft.
|
UseParentGeoBoundsProperty
Declaration
public static readonly DependencyProperty UseParentGeoBoundsProperty
Field Value
Microsoft.
|
UseParentMapProviderProperty
Declaration
public static readonly DependencyProperty UseParentMapProviderProperty
Field Value
Microsoft.
|
ViewportAreaFillProperty
Declaration
public static readonly DependencyProperty ViewportAreaFillProperty
Field Value
Microsoft.
|
ViewportAreaStrokeProperty
Declaration
public static readonly DependencyProperty ViewportAreaStrokeProperty
Field Value
Microsoft.
|
ViewportAreaStrokeThicknessProperty
Declaration
public static readonly DependencyProperty ViewportAreaStrokeThicknessProperty
Field Value
Microsoft.
|
ViewportAreaZoomReductionProperty
Declaration
public static readonly DependencyProperty ViewportAreaZoomReductionProperty
Field Value
Microsoft.
|
Properties
IsViewportAreaVisible
Declaration
public bool IsViewportAreaVisible { get; set; }
Property Value
System.
|
MapControl
UseParentGeoBounds
Declaration
public bool UseParentGeoBounds { get; set; }
Property Value
System.
|
UseParentMapProvider
Declaration
public bool UseParentMapProvider { get; set; }
Property Value
System.
|
ViewportAreaFill
Declaration
public Brush ViewportAreaFill { get; set; }
Property Value
Microsoft.
|
ViewportAreaStroke
Declaration
public Brush ViewportAreaStroke { get; set; }
Property Value
Microsoft.
|
ViewportAreaStrokeThickness
Declaration
public double ViewportAreaStrokeThickness { get; set; }
Property Value
System.
|
ViewportAreaZoomReduction
Declaration
public int ViewportAreaZoomReduction { get; set; }
Property Value
System.
|