An AutomationPeer type for ImageCard.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class ImageCardAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectImageCardAutomationPeer
Constructors
Initializes a new instance of the ImageCardAutomationPeer class.
C#
public ImageCardAutomationPeer(ImageCard imageCardControl)
The image card control.
Properties
Gets the owning ImageCard.
C#
public ImageCard OwningImageCard { get; }
The owning image card.
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType