DynamicLayer
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class DynamicLayer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlDynamicLayer...
Implements:
Inherited Members
Constructors
C#
public DynamicLayer()
Properties
C#
public IList<RadMapBorder> Borders { get; }
C#
public IList<ContentControl> ContentControls { get; }
C#
public IList<RadMapItemsPresenter> ItemsPresenters { get; }
C#
public IList<RadMapPath> Paths { get; }
C#
public IList<RadMapPinPoint> PinPoints { get; }
C#
public IList<RadMapPolygon> Polygons { get; }
C#
public IList<RadMapPolyline> Polylines { get; }
C#
public IList<RadMapTextBlock> TextBlocks { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: