EnumCardOrientation
Enum
Defines the orientation of a card component.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum CardOrientation
Fields
Horizontal
The inner elements will be ordered horizontally via flex.
Vertical
The inner elements will be ordered vertically via flex.