Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / RectAlignment Enumeration


In This Topic
    RectAlignment Enumeration
    In This Topic
    Specifies the alignment (the origin of the coordinate grid) for the tiling of the content (ex. texture fill).
    Syntax
    'Declaration
     
    
    Public Enum RectAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RectAlignment
    public enum RectAlignment : System.Enum 
    Members
    MemberDescription
    BottomBottom alignment
    BottomLeftBottom-left alignment
    BottomRightBottom-right alignment
    CenterCenter alignment
    LeftLeft alignment
    RightRight alignment
    TopTop alignment
    TopLeftTop-left alignment
    TopRightTop-right alignment
    UnspecifiedReturn value only; indicates a combination of the other states.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.RectAlignment

    See Also