New to Telerik UI for BlazorStart a free 30-day trial

The possible layouts for the card actions via flexbox rules.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum CardActionsLayout

Fields

Actions are centered in their container.

C#
Center = 1

Actions are aligned to the end of their container.

C#
End = 2

Actions are aligned to the start of their container.

C#
Start = 0

Actions stretch to fill their container and have equal size.

C#
Stretch = 3
In this article
DefinitionFieldsCenterEndStartStretch
Not finding the help you need?
Contact Support