Table of Contents

Enum GridUnitType

Namespace
SharpConsoleUI.Layout
Assembly
SharpConsoleUI.dll

Describes how a grid row or column is sized.

public enum GridUnitType
Extension Methods

Fields

Auto = 1

The track sizes itself to fit its content.

Fixed = 0

The track has a fixed, exact size measured in cells.

Star = 2

The track takes a proportional share of the leftover space, based on its weight.