ClassComparativeMeasuresContainer
Class
Represents the BulletGraph for Silverlight ComparativeMeasuresContainer control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class ComparativeMeasuresContainer : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlComparativeMeasuresContainer
Implements:
Inherited Members
Constructors
ComparativeMeasuresContainer()
Initializes a new instance of the ComparativeMeasuresContainer class.
Declaration
cs-api-definition
public ComparativeMeasuresContainer()
Properties
ComparativeMeasures
Get the ComparativeMeasures.
Declaration
cs-api-definition
public IList<ComparativeMeasure> ComparativeMeasures { 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