Class MapLegend
Inheritance
System.Object
MapLegend
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class MapLegend : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
MapLegend()
Declaration
public MapLegend()
Properties
Rectangles
Declaration
public IList<RadMapRectangle> Rectangles { get; }
Property Value
System.Collections.Generic.IList<RadMapRectangle>
|
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
|