C1.C1Preview Namespace : AlignHorzEnum Enumeration |
'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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2