ClassInformationLayer
Represents the RadMap for Silverlight InformationLayer control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class InformationLayer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlInformationLayer
Implements:
Inherited Members
Constructors
InformationLayer()
Initializes a new instance of the InformationLayer class.
Declaration
public InformationLayer()
Properties
Borders
Get the list of Borders.
Declaration
public IList<RadMapBorder> Borders { get; }
Property Value
ContentPresenters
Get the list of ContentPresenters.
Declaration
public IList<MapContentPresenter> ContentPresenters { get; }
Property Value
ItemsPresenters
Get the list of ItemsPresenters.
Declaration
public IList<RadMapItemsPresenter> ItemsPresenters { get; }
Property Value
Paths
Get the list of Paths.
Declaration
public IList<RadMapPath> Paths { get; }
Property Value
PinPoints
Get the list of PinPoints.
Declaration
public IList<RadMapPinPoint> PinPoints { get; }
Property Value
Polygons
Get the list of Polygons.
Declaration
public IList<RadMapPolygon> Polygons { get; }
Property Value
Polylines
Get the list of Polylines.
Declaration
public IList<RadMapPolyline> Polylines { get; }
Property Value
TextBlocks
Get the list of TextBlocks.
Declaration
public IList<RadMapTextBlock> TextBlocks { 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