Class CardOrientation
Defines the orientation of a card component.
Inheritance
System.Object
CardOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class CardOrientation : Enum
Fields
Horizontal
The inner elements will be ordered horizontally via flex.
Declaration
public const CardOrientation Horizontal
Field Value
CardOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The inner elements will be ordered vertically via flex.
Declaration
public const CardOrientation Vertical
Field Value
CardOrientation
|