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 = 0Keep the text's left edge fixed and append padding on the right.
AloRight = 1Prepend padding so the text's right edge aligns with the widest item.