New to Telerik UI for Blazor? Start a free 30-day trial

Card Orientation

Updated on Sep 10, 2026

You can define the Card orientation by setting its Orientation parameter to a member of the Telerik.Blazor.CardOrientation enum that provides the following options:

Card with Horizontal Orientation

Configure the Card to use horizontal orientation by setting the Orientation parameter.

Card with horizontal orientation

Example
View Source
Loading ...

Card with Vertical Orientation

Vertical orientation is the default orientation of the Card, so you don't need to explicitly define it. The below snippet demonstrates how to specify it for example purposes.

Card with vertical orientation

Example
View Source
Loading ...

See Also