'Declaration Public Enum AlignHorzEnum Inherits System.Enum
public enum AlignHorzEnum : System.Enum
'Declaration Public Enum AlignHorzEnum Inherits System.Enum
public enum AlignHorzEnum : System.Enum
Member | Description |
---|---|
Center | The text is centered horizontally. |
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 C1PrintDocument.UseGdiPlusTextRendering is false, this mode is not supported, and AlignHorzEnum.Justify is used instead.) |
Left | The text is left-aligned. |
Right | The text is right-aligned. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.AlignHorzEnum