Align Property (ILEADRasterTextEfx)

Visual Basic example

Visual C++ example

 

Syntax

TextAlignConstants Align;

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

FXD_TEXTALIGN_LEFT_TOP

Left, top

FXD_TEXTALIGN_LEFT_VCENTER

Left, vertical center

FXD_TEXTALIGN_LEFT_BOTTOM

Left, bottom

FXD_TEXTALIGN_HCENTER_TOP

Top, horizontal center

FXD_TEXTALIGN_HCENTER_VCENTER

Vertical and horizontal center

FXD_TEXTALIGN_HCENTER_BOTTOM

Bottom, horizontal center

FXD_TEXTALIGN_RIGHT_TOP

Right, top

FXD_TEXTALIGN_RIGHT_VCENTER

Right, vertical center

FXD_TEXTALIGN_RIGHT_BOTTOM

Right, bottom

FXD_TEXTALIGN_MAX

Right, bottom

See Also

Elements

ShowTextDlg method, UIFlags property