Class WeatherCard
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class WeatherCard : ImageCard
Constructors
WeatherCard()
Declaration
public WeatherCard()
Fields
DewProperty
Declaration
public static readonly DependencyProperty DewProperty
Field Value
Microsoft.
|
HumidityProperty
Declaration
public static readonly DependencyProperty HumidityProperty
Field Value
Microsoft.
|
PressureProperty
Declaration
public static readonly DependencyProperty PressureProperty
Field Value
Microsoft.
|
TemperatureProperty
Declaration
public static readonly DependencyProperty TemperatureProperty
Field Value
Microsoft.
|
WindProperty
Declaration
public static readonly DependencyProperty WindProperty
Field Value
Microsoft.
|
Properties
Dew
Declaration
public string Dew { get; set; }
Property Value
System.
|
Humidity
Declaration
public string Humidity { get; set; }
Property Value
System.
|
Pressure
Declaration
public string Pressure { get; set; }
Property Value
System.
|
Temperature
Declaration
public string Temperature { get; set; }
Property Value
System.
|
Wind
Declaration
public string Wind { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|