ClassFlipViewCardAutomationPeer
Class
An AutomationPeer type for FlipViewCard.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class FlipViewCardAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectFlipViewCardAutomationPeer
Constructors
FlipViewCardAutomationPeer(FlipViewCard)
Initializes a new instance of the FlipViewCardAutomationPeer class.
Declaration
cs-api-definition
public FlipViewCardAutomationPeer(FlipViewCard flipViewCardControl)
Parameters
flipViewCardControl
The flip view card.
Properties
OwningFlipViewCard
Gets the owning FlipViewCard.
Declaration
cs-api-definition
public FlipViewCard OwningFlipViewCard { get; }
Property Value
The owning flip view card.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns