Table of Contents

Enum CliCellPadding

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Horizontal padding applied inside a rendered cell.
public enum CliCellPadding

Fields

Both = 3
Reserve one padding column on both the left and right.
Left = 1
Reserve one padding column on the left.
None = 0
No extra horizontal padding.
Right = 2
Reserve one padding column on the right.