Class ProductCard
Inheritance
System.Object
ProductCard
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ProductCard : ImageCard
Constructors
Fields
Declaration
public static readonly DependencyProperty PriceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RatingItemsCountProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RatingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public string Price { get; set; }
Property Value
Declaration
public double Rating { get; set; }
Property Value
Declaration
public int RatingItemsCount { get; set; }
Property Value
Methods
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods