Specifies how text is aligned within the object.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IETextAlign
Public Enumeration IETextAlign
public enum class IETextAlign

Members

MemberValueDescription
LeftJustify0
Text is left-justified: Lines all begin at the left edge of the object
RightJustify1
Text is centered in the object
Center2
Text is right-justified: Lines all end at the right edge of the object
Justify3
Text is justified, valid only for multi line text

See Also