ThumbnailCard 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.
ThumbnailCard ContentType value.
public class ThumbnailCard
type ThumbnailCard = class
Public Class ThumbnailCard
- Inheritance
-
ThumbnailCard
Constructors
ThumbnailCard() |
Initializes a new instance of the ThumbnailCard class. |
ThumbnailCard(String, String, String, IList<CardImage>, IList<CardAction>, CardAction) |
Initializes a new instance of the ThumbnailCard class. |
Fields
ContentType |
The content type value of a ThumbnailCard. |
Properties
Buttons |
Gets or sets set of actions applicable to the current card. |
Images |
Gets or sets array 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. |
Extension Methods
ToAttachment(ThumbnailCard) |
Creates a new attachment from ThumbnailCard. |