Table of Contents

Enum CliFrameLineType

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Identifies the logical side or direction of a frame line.
public enum CliFrameLineType

Fields

Bottom = 2
Bottom edge.
Horizontal = 4
Interior horizontal line.
Left = 1
Left edge.
Right = 3
Right edge.
Top = 0
Top edge.
Vertical = 5
Interior vertical line.