BasicCard Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A basic card.
public class BasicCard
type BasicCard = class
Public Class BasicCard
- Inheritance
-
BasicCard
Constructors
BasicCard() |
Initializes a new instance of the BasicCard class. |
BasicCard(String, String, String, IList<CardImage>, IList<CardAction>, CardAction) |
Initializes a new instance of the BasicCard class. |
Properties
Buttons |
Gets or sets set of actions applicable to the current card. |
Images |
Gets or sets list of images for the card. |
Subtitle |
Gets or sets subtitle of the card. |
Tap |
Gets or sets this action will be activated when user taps on the card itself. |
Text |
Gets or sets text for the card. |
Title |
Gets or sets title of the card. |