ClassDynamicLayer
Represents the RadMap for Silverlight DynamicLayer control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class DynamicLayer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlDynamicLayer
Implements:
Inherited Members
Constructors
DynamicLayer()
Initializes a new instance of the DynamicLayer class.
Declaration
public DynamicLayer()
Properties
Borders
Get the list of Borders.
Declaration
public IList<RadMapBorder> Borders { get; }
Property Value
ContentControls
Get the list of ContentPresenters.
Declaration
public IList<ContentControl> ContentControls { 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