ClassImageCardAutomationPeer
Class
An AutomationPeer type for ImageCard.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class ImageCardAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectImageCardAutomationPeer
Constructors
ImageCardAutomationPeer(ImageCard)
Initializes a new instance of the ImageCardAutomationPeer class.
Declaration
cs-api-definition
public ImageCardAutomationPeer(ImageCard imageCardControl)
Parameters
imageCardControl
The image card control.
Properties
OwningImageCard
Gets the owning ImageCard.
Declaration
cs-api-definition
public ImageCard OwningImageCard { get; }
Property Value
The owning image card.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns