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