Table of Contents

Enum CliTableStyleOrientationSupport

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Which orientations a predefined city table style (see CliTableStyles) is intended for. Most city styles work in either orientation (Both); a few are designed for a single orientation and clamp to it regardless of the requested orientation.
public enum CliTableStyleOrientationSupport

Fields

Both = 0
Usable vertically (record list) or horizontally (detail view).
HorizontalOnly = 2
Designed for horizontal (detail-view) layout only; always resolves to horizontal.
VerticalOnly = 1
Designed for vertical (record-list) layout only; always resolves to vertical.