Skip to main content

ControlCaption Properties

An object defining properties for the ControlCaption class.

HorizontalAlign

The horizontal alignment of the control caption.

Type: HorizontalAlign
Accepted Values:

NameValue
Left0
Center1
Right2

Position

The position of the control caption relative to the control.

Type: Position
Accepted Values:

NameValue
Left0
Right1
Top2
Bottom3

Visible

Indicates whether the control caption is visible.

Type: bool


Size

The size of the control caption.

Type: Size


MarkSettings

The settings for marking the control caption.

Type: MarkSettings


Ellipsis

Indicates whether the control caption should display ellipsis when text overflows.

Type: bool


VerticalAlign

The vertical alignment of the control caption.

Type: VerticalAlign
Accepted Values:

NameValue
Top0
Middle1
Bottom2

Text

The multi-language text of the control caption.

Type: MultiLanguageText


ShowColon

Indicates whether a colon should be shown after the control caption.

Type: bool


Font

The font settings of the control caption.

Type: Font