Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ResizeAnchor Enumeration


In This Topic
    ResizeAnchor Enumeration
    In This Topic
    Represents the resize anchor.
    Syntax
    'Declaration
     
    
    Public Enum ResizeAnchor 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ResizeAnchor
    public enum ResizeAnchor : System.Enum 
    Members
    MemberDescription
    BottomThe bottom resize anchor.
    BottomLeftThe bottom left resize anchor.
    BottomRightThe bottom right resize anchor.
    LeftThe top resize anchor.
    NoneThere is no resize anchor.
    RightThe right resize anchor.
    TopThe top resize anchor.
    TopLeftThe top left resize anchor.
    TopRightThe top right resize anchor.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.ResizeAnchor

    See Also