ClassRadMap
Represents the RadMap for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadMap : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadMap
Implements:
Inherited Members
Constructors
RadMap()
Initializes a new instance of the RadMap class.
Declaration
public RadMap()
Properties
DynamicLayers
Get the DynamicLayers.
Declaration
public IList<DynamicLayer> DynamicLayers { get; }
Property Value
InformationLayers
Get the InformationLayers.
Declaration
public IList<InformationLayer> InformationLayers { get; }
Property Value
MapCommandBar
Get the MapCommandBar.
Declaration
public MapCommandBar MapCommandBar { get; }
Property Value
MapMouseLocationIndicator
Get the MapMouseLocationIndicator.
Declaration
public MapMouseLocationIndicator MapMouseLocationIndicator { get; }
Property Value
MapNavigation
Get the MapNavigation.
Declaration
public MapNavigation MapNavigation { get; }
Property Value
MapZoomBar
Get the MapCommandBar.
RadMiniMap
Get the RadMiniMap.
VisualizationLayers
Get the VisualizationLayers.
Declaration
public IList<VisualizationLayer> VisualizationLayers { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides