Class
WeatherCard

Represents a card control that is used to display WeatherCards.

Definition

Constructors

WeatherCard()

Declaration

cs-api-definition
public WeatherCard()

Fields

DewProperty

Identifies the Dew dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DewProperty

Field Value

DependencyProperty

HumidityProperty

Identifies the Humidity dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HumidityProperty

Field Value

DependencyProperty

PressureProperty

Identifies the Pressure dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PressureProperty

Field Value

DependencyProperty

TemperatureProperty

Identifies the Temperature dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TemperatureProperty

Field Value

DependencyProperty

WindProperty

Identifies the Wind dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty WindProperty

Field Value

DependencyProperty

Properties

Dew

Gets or sets the dew point.

Declaration

cs-api-definition
public string Dew { get; set; }

Property Value

string

Humidity

Gets or sets the humidity.

Declaration

cs-api-definition
public string Humidity { get; set; }

Property Value

string

Pressure

Gets or sets the atmospheric pressure.

Declaration

cs-api-definition
public string Pressure { get; set; }

Property Value

string

Temperature

Gets or sets the temperature.

Declaration

cs-api-definition
public string Temperature { get; set; }

Property Value

string

Wind

Gets or sets the wind parameters.

Declaration

cs-api-definition
public string Wind { get; set; }

Property Value

string

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides ImageCard.OnCreateAutomationPeer()

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

Overrides ImageCard.OnInitialized(EventArgs)