Specifies the horizontal alignment of text within a containing object.
This is the type of TextAlignHorz property.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum AlignHorzEnum |
Visual Basic |
---|
Public Enumeration AlignHorzEnum |
Members
Member name | Description | |
---|---|---|
Left | The text is left-aligned. | |
Center | The text is centered horizontally. | |
Right | The text is right-aligned. | |
Justify | The text is justified horizontally by widening the white spaces existing in the text. | |
JustifyChars | The text is justified horizontally by adding white spaces between all characters in the text. (Note that if UseGdiPlusTextRendering is false, this mode is not supported, and Justify is used instead.) |