Share via


Align Enum

Definition

Describes alignment for a QuickGrid<TGridItem> column.

public enum Align
type Align = 
Public Enum Align
Inheritance
Align

Fields

Center 1

Justifies the content at the center of the container.

End 2

Justifies the content at the end of the container.

Left 3

Justifies the content against the left of the container.

Right 4

Justifies the content at the right of the container.

Start 0

Justifies the content against the start of the container.

Applies to