Enum 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. |
Namespace: Syncfusion.Blazor.Cards
Assembly: Syncfusion.Blazor.dll
Syntax
public enum CardOrientation
Fields
| Name | Description |
|---|---|
| Horizontal | Horizontal - Right to Left alignment of the card component. |
| Vertical | Vertical - Top to Bottom alignment of the card component. |