Class CardActionsLayout
The possible layouts for the card actions via flexbox rules.
Inheritance
System.Object
CardActionsLayout
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class CardActionsLayout : Enum
Fields
Center
Actions are centered in their container.
Declaration
public const CardActionsLayout Center
Field Value
CardActionsLayout
|
End
Actions are aligned to the end of their container.
Declaration
public const CardActionsLayout End
Field Value
CardActionsLayout
|
Start
Actions are aligned to the start of their container.
Declaration
public const CardActionsLayout Start
Field Value
CardActionsLayout
|
Stretch
Actions stretch to fill their container and have equal size.
Declaration
public const CardActionsLayout Stretch
Field Value
CardActionsLayout
|
value__
Declaration
public int value__
Field Value
System.Int32
|