Table of Contents

Enum CliOrientation

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
One-dimensional orientation used by overlays and layout strips.
public enum CliOrientation

Fields

Horizontal = 1
Horizontal strip: height = 1, spans n grid columns.
Vertical = 0
Vertical strip: width = 1, spans m grid rows.