Class DynamicLayer
Inheritance
System.Object
DynamicLayer
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
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class DynamicLayer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
DynamicLayer()
Declaration
public DynamicLayer()
Properties
Borders
Declaration
public IList<RadMapBorder> Borders { get; }
Property Value
System.Collections.Generic.IList<RadMapBorder>
|
ContentControls
Declaration
public IList<ContentControl> ContentControls { get; }
Property Value
System.Collections.Generic.IList<ContentControl>
|
ItemsPresenters
Declaration
public IList<RadMapItemsPresenter> ItemsPresenters { get; }
Property Value
System.Collections.Generic.IList<RadMapItemsPresenter>
|
Paths
Declaration
public IList<RadMapPath> Paths { get; }
Property Value
System.Collections.Generic.IList<RadMapPath>
|
PinPoints
Declaration
public IList<RadMapPinPoint> PinPoints { get; }
Property Value
System.Collections.Generic.IList<RadMapPinPoint>
|
Polygons
Declaration
public IList<RadMapPolygon> Polygons { get; }
Property Value
System.Collections.Generic.IList<RadMapPolygon>
|
Polylines
Declaration
public IList<RadMapPolyline> Polylines { get; }
Property Value
System.Collections.Generic.IList<RadMapPolyline>
|
TextBlocks
Declaration
public IList<RadMapTextBlock> TextBlocks { get; }
Property Value
System.Collections.Generic.IList<RadMapTextBlock>
|
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
|