Class 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. |
Inheritance
System.Object
CardOrientation
Namespace: Syncfusion.Blazor.Cards
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CardOrientation : Enum
Fields
Horizontal
Horizontal - Right to Left alignment of the card component.
Declaration
public const CardOrientation Horizontal
Field Value
Type |
---|
CardOrientation |
Vertical
Vertical - Top to Bottom alignment of the card component.
Declaration
public const CardOrientation Vertical
Field Value
Type |
---|
CardOrientation |