ClassLegendItemControl
Class
Represents the LegendItemControl for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class LegendItemControl : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlLegendItemControl
Implements:
Inherited Members
Constructors
LegendItemControl()
Initializes a new instance of the LegendItemControl class.
Declaration
cs-api-definition
public LegendItemControl()
Properties
LegendLabels
Get the list of Labels.
Declaration
cs-api-definition
public IList<LegendLabel> LegendLabels { get; }
Property Value
LegendLabelsCount
Get the LegendLabels count.
LegendPathItems
Get the list of legend path elements.
Declaration
cs-api-definition
public IList<LegendPathItem> LegendPathItems { get; }
Property Value
OuterBorderColor
Get the legend OuterBorder color
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