Table of Contents

Enum ColumnAlign

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Defines the horizontal alignment of a data collection column.

public enum ColumnAlign

Fields

Center = 1

Aligns content to the center.

Left = 0

Aligns content to the left.

Right = 2

Aligns content to the right.