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)
The owner.
Methods
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
When overridden in a derived class, is called by .