Class RadMap
Inheritance
System.Object
RadMap
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadMap : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadMap()
Declaration
public RadMap()
Properties
DynamicLayers
Declaration
public IList<DynamicLayer> DynamicLayers { get; }
Property Value
System.Collections.Generic.IList<DynamicLayer>
|
InformationLayers
Declaration
public IList<InformationLayer> InformationLayers { get; }
Property Value
System.Collections.Generic.IList<InformationLayer>
|
MapCommandBar
MapMouseLocationIndicator
Declaration
public MapMouseLocationIndicator MapMouseLocationIndicator { get; }
Property Value
MapMouseLocationIndicator
|
MapNavigation
MapZoomBar
RadMiniMap
VisualizationLayers
Declaration
public IList<VisualizationLayer> VisualizationLayers { get; }
Property Value
System.Collections.Generic.IList<VisualizationLayer>
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|