ClassMapLegend
Class
Represents the MapLegend for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class MapLegend : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlMapLegend
Implements:
Inherited Members
Constructors
MapLegend()
Initializes a new instance of the MapLegend class.
Declaration
cs-api-definition
public MapLegend()
Properties
Rectangles
Get the list of Rectangles.
Declaration
cs-api-definition
public IList<RadMapRectangle> Rectangles { get; }
Property Value
TextBlocks
Get the list of TextBlocks.
Declaration
cs-api-definition
public IList<RadMapTextBlock> TextBlocks { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides