Class WeatherCard
Represents a card control that is used to display WeatherCards.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class WeatherCard : ImageCard
Constructors
WeatherCard()
Declaration
public WeatherCard()
Fields
DewProperty
Identifies the Dew dependency property.
Declaration
public static readonly DependencyProperty DewProperty
Field Value
System.Windows.DependencyProperty
|
HumidityProperty
Identifies the Humidity dependency property.
Declaration
public static readonly DependencyProperty HumidityProperty
Field Value
System.Windows.DependencyProperty
|
PressureProperty
Identifies the Pressure dependency property.
Declaration
public static readonly DependencyProperty PressureProperty
Field Value
System.Windows.DependencyProperty
|
TemperatureProperty
Identifies the Temperature dependency property.
Declaration
public static readonly DependencyProperty TemperatureProperty
Field Value
System.Windows.DependencyProperty
|
WindProperty
Identifies the Wind dependency property.
Declaration
public static readonly DependencyProperty WindProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Dew
Gets or sets the dew point.
Declaration
public string Dew { get; set; }
Property Value
System.String
|
Humidity
Gets or sets the humidity.
Declaration
public string Humidity { get; set; }
Property Value
System.String
|
Pressure
Gets or sets the atmospheric pressure.
Declaration
public string Pressure { get; set; }
Property Value
System.String
|
Temperature
Gets or sets the temperature.
Declaration
public string Temperature { get; set; }
Property Value
System.String
|
Wind
Gets or sets the wind parameters.
Declaration
public string Wind { get; set; }
Property Value
System.String
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|