ClassRadTransitionControlAutomationPeer
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:
public class RadTransitionControlAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadTransitionControlAutomationPeer
Constructors
RadTransitionControlAutomationPeer(RadTransitionControl)
Initializes a new instance of the RadTransitionControlAutomationPeer class.
Declaration
public RadTransitionControlAutomationPeer(RadTransitionControl owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.