ProductCard
Class
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class ProductCard : ImageCard
Inheritance: objectCardImageCardProductCard
Inherited Members
Constructors
C#
public ProductCard()
Fields
PriceProperty
DependencyProperty
Identifies the Price dependency property.
C#
public static readonly DependencyProperty PriceProperty
RatingItemsCountProperty
DependencyProperty
Identifies the RatingItemsCount dependency property.
C#
public static readonly DependencyProperty RatingItemsCountProperty
RatingProperty
DependencyProperty
Identifies the Rating dependency property.
C#
public static readonly DependencyProperty RatingProperty
Properties
Gets or sets the number of rating items (stars).
C#
public int RatingItemsCount { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides: