Represents a card.
Inherits: Container : UIElement : UIElementBase
| Name | Type | Description |
|---|---|---|
| Body | Object | Contents of the card. Typically, a CardBody item. |
| Header | Object | Title. Can be a string, a bind, or a (Bind) UIElementBase element. |
| Footer | Object | Footer. It can be a string, a bind (Bind) or an UIElementBase element. |
| Width | Length | Card width. |
| Height | Length | Card height. |
| Compact | Boolean | Compact card display style. |
| MaxHeight | Length | Maximum card height. If the size is larger, a vertical scrollbar appears. |
| Align | TextAlign | Horizontal alignment of content. |
| Hint | Popover | A tooltip for an item. Displayed as after the title text. |
| DropShadow | ShadowStyle | Shadow type. |
| Background | BackgroundStyle | Background color. |
| Base item properties | ||