Enum 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. |
Namespace: Syncfusion.Blazor.Cards
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TitlePositions
Fields
| Name | Description |
|---|---|
| BottomLeft | BottomLeft - Title position BottomLeft of card Image. |
| BottomRight | BottomRight - Title position BottomRight of card Image. |
| TopLeft | TopLeft - Title position TopLeft of card Image. |
| TopRight | TopRight - Title position TopRight of card Image. |