PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / AlignVertEnum Enumeration

In This Topic
    AlignVertEnum Enumeration
    In This Topic
    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
    public enum AlignVertEnum : 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