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

In This Topic
    AlignHorzEnum Enumeration
    In This Topic
    Specifies the horizontal alignment of text within a containing object. This is the type of Style.TextAlignHorz property.
    Syntax
    'Declaration
     
    Public Enum AlignHorzEnum 
       Inherits System.Enum
    public enum AlignHorzEnum : System.Enum 
    Members
    MemberDescription
    CenterThe text is centered horizontally.
    JustifyThe text is justified horizontally by widening the white spaces existing in the text.
    JustifyCharsThe 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 Justify is used instead.)
    LeftThe text is left-aligned.
    RightThe text is right-aligned.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.AlignHorzEnum

    See Also