ClassBarItem
Class
Represents the BulletGraph for Silverlight BarItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class BarItem : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlBarItem
Implements:
Inherited Members
Constructors
BarItem()
Initializes a new instance of the BarItem class.
Declaration
cs-api-definition
public BarItem()
Properties
BarItemColor
Get the bar item color.
BarItemColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Height
Get the bar height.
Width
Get the bar 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