Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RectangleAlignment Enumeration

In This Topic
    RectangleAlignment Enumeration
    In This Topic
    Specifies where to align the first tile with respect to the object.
    Syntax
    'Declaration
     
    Public Enum RectangleAlignment 
       Inherits System.Enum
    public enum RectangleAlignment : System.Enum 
    Members
    MemberDescription
    Bottom Bottom alignment.
    BottomLeft Bottom Left alignment.
    BottomRight Bottom Right alignment.
    Center Center alignment.
    Left Left alignment.
    Right Right alignment.
    Top Top alignment.
    TopLeft Top Left alignment.
    TopRight Top Right alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.RectangleAlignment

    See Also