Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / RotatedTextAlignment Enumeration

In This Topic
    RotatedTextAlignment Enumeration
    In This Topic
    Specifies the alignment of rotated text within the target rectangle.
    Syntax
    'Declaration
     
    Public Enum RotatedTextAlignment 
       Inherits System.Enum
    public enum RotatedTextAlignment : System.Enum 
    Members
    MemberDescription
    BottomCenterCentered text is aligned to the bottom of the target rectangle.
    BottomLeftText appears at the bottom-left corner of the target rectangle.
    BottomRightText appears at the bottom-right corner of the target rectangle.
    MiddleCenterText appears at the center of the target rectangle.
    MiddleLeftText appears at the middle left within the target rectangle.
    MiddleRightText appears at the middle right within the target rectangle.
    TopCenterCentered text is aligned to the top of the target rectangle.
    TopLeftText appears at the top-left corner of the target rectangle.
    TopRightText appears at the top-right corner of the target rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Drawing.RotatedTextAlignment

    See Also