Specifies how text is aligned within the object.
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
LeftJustify | 0 |
Text is left-justified: Lines all begin at the left edge of the object
|
RightJustify | 1 |
Text is centered in the object
|
Center | 2 |
Text is right-justified: Lines all end at the right edge of the object
|
Justify | 3 |
Text is justified, valid only for multi line text
|