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

Provides a UI automation peer for the RadTransitionControl class, facilitating UI automation support and interaction with automation clients. This class extends the and enables the automation of properties specific to the transition control, such as easing, transition effects, duration, and idle state.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class RadTransitionControlAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadTransitionControlAutomationPeer

Constructors

Initializes a new instance of the RadTransitionControlAutomationPeer class.

C#
public RadTransitionControlAutomationPeer(RadTransitionControl owner)
Parameters:ownerRadTransitionControl

The owner.

Methods

When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

When overridden in a derived class, is called by .

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.