CardCoverSize - rwjdk/TrelloDotNet GitHub Wiki
Represents the size of the cover applied to a Trello card.
Values
| 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. |
Usage
Used in CardCover and related methods such as UpdateCoverOnCardAsync and AddCoverToCardAsync.