C1.C1Preview Namespace : AlignVertEnum Enumeration |
'Declaration Public Enum AlignVertEnum Inherits System.Enum
public enum AlignVertEnum : System.Enum
Member | Description |
---|---|
Bottom | The text is bottom-aligned. |
Center | The text is centered vertically. |
Justify | The text is justified vertically. |
JustifyChars | When applied to vertical text (RenderVerticalText, RenderVerticalParagraph), justifies text vertically by adding white spaces between all characters. (Note that if C1PrintDocument.UseGdiPlusTextRendering is false, this mode is not supported, and AlignVertEnum.Justify is used instead.) |
Top | The text is top-aligned. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.AlignVertEnum
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