TLayoutCaptionPosition Enumeration

Represents type TLayoutCaptionPosition.

Namespace: System.UI.Layout
type
 TLayoutCaptionPosition = (cpLeft, cpTop, cpRight, cpBottom);

The TLayoutCaptionPosition type exposes the following members.

Show:
 NameDescription
cpBottom

Represents constant cpBottom.

cpLeft

Represents constant cpLeft.

cpRight

Represents constant cpRight.

cpTop

Represents constant cpTop.

Top