C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / AlignVertEnum Enumeration

AlignVertEnum Enumeration
Specifies the vertical alignment of text within a containing object. This is the type of Style.TextAlignVert property.
Syntax
'Declaration
 
Public Enum AlignVertEnum 
   Inherits System.Enum
 
Members
MemberDescription
BottomThe text is bottom-aligned.
CenterThe text is centered vertically.
JustifyThe text is justified vertically.
JustifyCharsWhen 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 Justify is used instead.)
TopThe text is top-aligned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.AlignVertEnum

See Also