ClassBarStackPanel
Represents the BulletGraph for Silverlight BarStackPanel control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class BarStackPanel : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlBarStackPanel
Implements:
Inherited Members
Constructors
BarStackPanel()
Initializes a new instance of the BarStackPanel class.
Declaration
public BarStackPanel()
Properties
FirstRangeColor
Get the first range color color.
FirstRangeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
SecondRangeColor
Get the second range color color.
SecondRangeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
ThirdRangeColor
Get the third range color color.
ThirdRangeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides