New to Telerik UI for WPFStart a free 30-day trial

Represents a card control that is used to display WeatherCards.

Definition

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 dew point.

C#
public string Dew { get; set; }

Gets or sets the humidity.

C#
public string Humidity { get; set; }

Gets or sets the atmospheric pressure.

C#
public string Pressure { get; set; }

Gets or sets the temperature.

C#
public string Temperature { get; set; }

Gets or sets the wind parameters.

C#
public string Wind { get; set; }

Methods

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Overrides: ImageCard.OnCreateAutomationPeer()

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Overrides: ImageCard.OnInitialized(EventArgs)