Class ComparativeMeasure
Inheritance
System.Object
ComparativeMeasure
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
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class ComparativeMeasure : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
ComparativeMeasure()
Declaration
public ComparativeMeasure()
Properties
ComparativeMeasureColor
ComparativeMeasureColorValue
Declaration
public string ComparativeMeasureColorValue { get; }
Property Value
System.String
|
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
Rectangles
Declaration
public IList<Rectangle> Rectangles { get; }
Property Value
System.Collections.Generic.IList<Rectangle>
|
StrokeThickness
Declaration
public double StrokeThickness { get; }
Property Value
System.Double
|
Width
Declaration
public double Width { get; }
Property Value
System.Double
|
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
|