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