Base class for RadStackedDataBar and RadStacked100DataBar UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class StackedDataBarAutomationPeerBase : FrameworkElementAutomationPeer
Inheritance: objectStackedDataBarAutomationPeerBase
Derived Classes:
Constructors
Initializes a new instance of the StackedDataBarAutomationPeerBase class.
protected StackedDataBarAutomationPeerBase(FrameworkElement owner)
The FrameworkElement that is associated with this StackedDataBarAutomationPeerBase.
Methods
Returns the control type for the element that is associated with this StackedDataBarAutomationPeerBase.
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The enumeration value.
This method is called by .
Returns the collection of child elements of the UIElement that is associated with this StackedDataBarAutomationPeerBase.
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
A list of child AutomationPeer elements.
This method is called by .
Returns the name of the UIElement that is associated with this StackedDataBarAutomationPeerBase.
protected override string GetClassNameCore()
The name of the owner type that is associated with this StackedDataBarAutomationPeerBase.
This method is called by .