An AutomationPeer type for CarouselCard.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class CarouselCardAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectCarouselCardAutomationPeer
Constructors
Initializes a new instance of the CarouselCardAutomationPeer class.
C#
public CarouselCardAutomationPeer(CarouselCard carouselCardControl)
The carousel card.
Properties
Gets the owning CarouselCard.
C#
public CarouselCard OwningCarouselCard { get; }
The owning carousel card.
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType