Enum
CardActionsLayout

The possible layouts for the card actions via flexbox rules.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum CardActionsLayout

Fields

Center

Actions are centered in their container.

Declaration

cs-api-definition
Center = 1

Field Value

CardActionsLayout

End

Actions are aligned to the end of their container.

Declaration

cs-api-definition
End = 2

Field Value

CardActionsLayout

Start

Actions are aligned to the start of their container.

Declaration

cs-api-definition
Start = 0

Field Value

CardActionsLayout

Stretch

Actions stretch to fill their container and have equal size.

Declaration

cs-api-definition
Stretch = 3

Field Value

CardActionsLayout

In this article
DefinitionFieldsCenterEndStartStretch
Not finding the help you need?
Contact Support