Enum ColumnAlign
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Defines the horizontal alignment of a data collection column.
public enum ColumnAlign
Fields
Center = 1Aligns content to the center.
Left = 0Aligns content to the left.
Right = 2Aligns content to the right.