Namespace Syncfusion.Blazor.Cards
Classes
CardContent
The content in Card holds texts, images, links and all possible HTML elements.
CardFooter
The Card footer is used to display descriptive information.
CardFooterContent
The Card footer content is used to display descriptive information.
CardHeader
The Card header is used to display descriptive information.
CardImage
The Card image is used to includes image as direct element anywhere inside the root card.
CardStacked
The Card stacked is used to group the content vertically or horizontally.
SfCard
The Card is a container-based user interface control built using for displaying organized content.
Enums
CardOrientation
| Defines the Orientation of the card, They are, |
| Vertical - Top to Bottom alignment of the card component. |
| Horizontal - Right to Left alignment of the card component. |
ImagePosition
| Defines the image position in the Card Header. They are, |
| Left - Image position in the left of card header |
| Right - Image position in the right of card header |
TitlePositions
| Defines the Title position of title in the Card Image, They are, |
| BottomLeft - Title position BottomLeft of card Image. |
| BottomRight - Title position BottomRight of card Image. |
| TopLeft - Title position TopLeft of card Image. |
| TopRight - Title position TopRight of card Image. |