nw::lyt::TextAlignment Enumerated Type

Syntax

enum TextAlignment;

Value

Value Description
TEXTALIGNMENT_SYNCHRONOUS Aligns the horizontal position of text.
TEXTALIGNMENT_LEFT Justifies text to the left.
TEXTALIGNMENT_CENTER Centers text.
TEXTALIGNMENT_RIGHT Justifies text to the right.
TEXTALIGNMENT_MAX Total number of enumerators.

Description

TextBox alignment specification.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL