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