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

Represents a message that displays info about weather.

Definition

Constructors

Initializes a new instance of the WeatherCardMessage class.

C#
public WeatherCardMessage(Author author, DateTime creationDate = default)
Parameters:authorAuthorcreationDateDateTime

Initializes a new instance of the WeatherCardMessage class.

C#
public WeatherCardMessage(Author author, ImageSource imageSource, DateTime creationDate = default)
Parameters:authorAuthorimageSourceImageSourcecreationDateDateTime

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; }