-
-
Notifications
You must be signed in to change notification settings - Fork 5
CardCoverSize
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Represents the size of the cover applied to a Trello card.
| Value | Description |
|---|---|
Unknown |
Indicates an unknown value retrieved from the Trello REST API. |
None |
No cover is applied to the card. |
Normal |
A colored bar is displayed at the top of the card. |
Full |
The entire card is filled with the color. |
Used in CardCover and related methods such as UpdateCoverOnCardAsync and AddCoverToCardAsync.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')