Enum CardActionsAlignment
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Defines the alignment of actions within a card.
public enum CardActionsAlignment
Fields
Center = 1Actions are aligned to the center.
End = 2Actions are aligned to the end.
SpaceBetween = 3Actions are distributed with space between.
Start = 0Actions are aligned to the start.