ClassCarouselCardAutomationPeer
Class
An AutomationPeer type for CarouselCard.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class CarouselCardAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectCarouselCardAutomationPeer
Constructors
CarouselCardAutomationPeer(CarouselCard)
Initializes a new instance of the CarouselCardAutomationPeer class.
Declaration
cs-api-definition
public CarouselCardAutomationPeer(CarouselCard carouselCardControl)
Parameters
carouselCardControl
The carousel card.
Properties
OwningCarouselCard
Gets the owning CarouselCard.
Declaration
cs-api-definition
public CarouselCard OwningCarouselCard { get; }
Property Value
The owning carousel card.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns