BasicCard Class

Definition

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.

Applies to