ClassDataBarShape
Represents the DataBarShape for Silverlight RadDataBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class DataBarShape : Path, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementShapePathDataBarShape
Implements:
Inherited Members
Constructors
DataBarShape()
Initializes a new instance of the DataBarShape class.
Declaration
public DataBarShape()
Properties
FillColor
Get the DataBarShape color
Height
Get the DataBarShape height
SliceColorValue
Get the selected color RGB representation. Example: '255:0:0'.
SliceStrokeValue
Get the selected color RGB representation. Example: '255:0:0'.
StrokeColor
Get the DataBarShape stroke
Width
Get the DataBarShape width
XValue
Get the DataBarShape XValue
XamlTag
Get the xaml tag of DataBarShape.
Declaration
public override string XamlTag { get; }
Property Value
Overrides
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides