WeatherCard
Class
Represents a card control that is used to display WeatherCards.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class WeatherCard : ImageCard
Inheritance: objectCardImageCardWeatherCard
Inherited Members
Constructors
C#
public WeatherCard()
Fields
DewProperty
DependencyProperty
Identifies the Dew dependency property.
C#
public static readonly DependencyProperty DewProperty
HumidityProperty
DependencyProperty
Identifies the Humidity dependency property.
C#
public static readonly DependencyProperty HumidityProperty
PressureProperty
DependencyProperty
Identifies the Pressure dependency property.
C#
public static readonly DependencyProperty PressureProperty
TemperatureProperty
DependencyProperty
Identifies the Temperature dependency property.
C#
public static readonly DependencyProperty TemperatureProperty
WindProperty
DependencyProperty
Identifies the Wind dependency property.
C#
public static readonly DependencyProperty WindProperty
Properties
Gets or sets the temperature.
C#
public string Temperature { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides: