ClassWeatherCard
Represents a card control that is used to display WeatherCards.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
public class WeatherCard : ImageCard
Inheritance: objectCardImageCardWeatherCard
Inherited Members
Constructors
WeatherCard()
Declaration
public WeatherCard()
Fields
DewProperty
Identifies the Dew dependency property.
Declaration
public static readonly DependencyProperty DewProperty
Field Value
DependencyProperty
HumidityProperty
Identifies the Humidity dependency property.
Declaration
public static readonly DependencyProperty HumidityProperty
Field Value
DependencyProperty
PressureProperty
Identifies the Pressure dependency property.
Declaration
public static readonly DependencyProperty PressureProperty
Field Value
DependencyProperty
TemperatureProperty
Identifies the Temperature dependency property.
Declaration
public static readonly DependencyProperty TemperatureProperty
Field Value
DependencyProperty
WindProperty
Identifies the Wind dependency property.
Declaration
public static readonly DependencyProperty WindProperty
Field Value
DependencyProperty
Properties
Dew
Gets or sets the dew point.
Humidity
Gets or sets the humidity.
Pressure
Gets or sets the atmospheric pressure.
Temperature
Gets or sets the temperature.
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
Overrides