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