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:
-
Vertical- the default
Card with Horizontal Orientation
Configure the Card to use horizontal orientation by setting the Orientation parameter.
Card with horizontal orientation
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
Loading ...