New to Telerik UI for WPFStart a free 30-day trial

Base class for RadStackedDataBar and RadStacked100DataBar UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class StackedDataBarAutomationPeerBase : FrameworkElementAutomationPeer

Inheritance: objectStackedDataBarAutomationPeerBase

Derived Classes: RadStacked100DataBarAutomationPeerRadStackedDataBarAutomationPeer

Constructors

Initializes a new instance of the StackedDataBarAutomationPeerBase class.

C#
protected StackedDataBarAutomationPeerBase(FrameworkElement owner)
Parameters:ownerFrameworkElement

The FrameworkElement that is associated with this StackedDataBarAutomationPeerBase.

Methods

Returns the control type for the element that is associated with this StackedDataBarAutomationPeerBase.

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

The enumeration value.

Remarks:

This method is called by .

Returns the collection of child elements of the UIElement that is associated with this StackedDataBarAutomationPeerBase.

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

A list of child AutomationPeer elements.

Remarks:

This method is called by .

Returns the name of the UIElement that is associated with this StackedDataBarAutomationPeerBase.

C#
protected override string GetClassNameCore()
Returns:

string

The name of the owner type that is associated with this StackedDataBarAutomationPeerBase.

Remarks:

This method is called by .