Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextAlignment Enumeration

In This Topic
    TextAlignment Enumeration
    In This Topic
    Specifies the alignment of paragraph text along the reading direction axis.
    Syntax
    'Declaration
     
    Public Enum TextAlignment 
       Inherits System.Enum
    public enum TextAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe center of the paragraph text is aligned to the center of the layout box.
    DistributedJustifies all text lines regardless of paragraph breaks.
    JustifiedAligns text to the leading side, and also justifies text to fill the lines.
    LeadingThe leading edge of the paragraph text is aligned to the leading edge of the layout box.
    TrailingThe trailing edge of the paragraph text is aligned to the trailing edge of the layout box.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.TextAlignment

    See Also