Table of Contents

Enum TAlignOption

Namespace
gudusoft.gsqlparser.pp.para.styleenums
Assembly
gudusoft.gsqlparser.dll

Horizontal alignment direction for text padded to a shared width.

public enum TAlignOption

Fields

AloLeft = 0

Keep the text's left edge fixed and append padding on the right.

AloRight = 1

Prepend padding so the text's right edge aligns with the widest item.