Table of Contents

Enum CardActionsAlignment

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Defines the alignment of actions within a card.

public enum CardActionsAlignment

Fields

Center = 1

Actions are aligned to the center.

End = 2

Actions are aligned to the end.

SpaceBetween = 3

Actions are distributed with space between.

Start = 0

Actions are aligned to the start.