Enum GridUnitType
- Namespace
- SharpConsoleUI.Layout
- Assembly
- SharpConsoleUI.dll
Describes how a grid row or column is sized.
public enum GridUnitType
- Extension Methods
Fields
Auto = 1The track sizes itself to fit its content.
Fixed = 0The track has a fixed, exact size measured in cells.
Star = 2The track takes a proportional share of the leftover space, based on its weight.