TextAlign property (LEADDlgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

TTextAlign TextAlign

Delphi Syntax

TextAlign: TTextAlign

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets a value that indicates the alignment of the text in the Text dialog box. Possible values are:

Value

Meaning

etaLeftTop

Left, top

etaLeftVcenter

Left, vertical center

etaLeftBottom

Left, bottom

etaHcenterTop

Top, horizontal center

etaHcenterVcenter

Vertical and horizontal center

etaHcenterBottom

Bottom, horizontal center

etaRightTop

Right, top

etaRightVcenter

Right, vertical center

etaRightBottom

Right, bottom

See Also

Elements:

ShowGetTextDlg method, DlgFlags property.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events