ClassComparativeMeasure
Class
Represents the BulletGraph for Silverlight ComparativeMeasure class.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ComparativeMeasure : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlComparativeMeasure
Implements:
Inherited Members
Constructors
ComparativeMeasure()
Represents the ComparativeMeasure class
Declaration
cs-api-definition
public ComparativeMeasure()
Properties
ComparativeMeasureColor
Get the rectangle item color.
ComparativeMeasureColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string ComparativeMeasureColorValue { get; }
Property Value
Height
Get the rectangle item height.
Rectangles
Get the rectangle.
Declaration
cs-api-definition
public IList<Rectangle> Rectangles { get; }
Property Value
IList<Rectangle>
StrokeThickness
Get the rectangle item strokeThickness.
Width
Get the rectangle item width.
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