Class DataBarShape
Inheritance
System.Object
DataBarShape
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 DataBarShape : Path, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
DataBarShape()
Declaration
public DataBarShape()
Properties
FillColor
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
SliceColorValue
Declaration
public string SliceColorValue { get; }
Property Value
System.String
|
SliceStrokeValue
Declaration
public string SliceStrokeValue { get; }
Property Value
System.String
|
StrokeColor
Width
Declaration
public double Width { get; }
Property Value
System.Double
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
XValue
Declaration
public double XValue { get; }
Property Value
System.Double
|
YValue
Declaration
public double YValue { get; }
Property Value
System.Double
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|