Skip to main content

Enum TabularColumnAlignment

Namespace: Varigence.Languages.Biml.Tabular

Assembly: Biml.dll

C#


public enum TabularColumnAlignment

Fields

FieldsDescription
CenterSpecifies that the column values should be center-aligned.
DefaultSpecifies that the default alignment for the column data type should be used.
LeftSpecifies that the column values should be left-aligned.
RightSpecifies that the column values should be right-aligned.