Enum TAlignStyle
- Namespace
- gudusoft.gsqlparser.pp.para.styleenums
- Assembly
- gudusoft.gsqlparser.dll
Line-layout strategy for a comma-separated list.
public enum TAlignStyle
Fields
AsStacked = 0Put later list items on aligned lines using the selected comma style.
AsWrapped = 1Keep list items on the current line and normalize separators to spaces.