Class BarStackPanel
Inheritance
System.Object
BarStackPanel
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 BarStackPanel : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
BarStackPanel()
Declaration
public BarStackPanel()
Properties
FirstRangeColor
FirstRangeColorValue
Declaration
public string FirstRangeColorValue { get; }
Property Value
System.String
|
SecondRangeColor
SecondRangeColorValue
Declaration
public string SecondRangeColorValue { get; }
Property Value
System.String
|
ThirdRangeColor
ThirdRangeColorValue
Declaration
public string ThirdRangeColorValue { get; }
Property Value
System.String
|
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
|