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


In This Topic
    ScaleFrom Enumeration
    In This Topic
    Specifies which part of the shape retains its position when the shape is scaled.
    Syntax
    'Declaration
     
    
    Public Enum ScaleFrom 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScaleFrom
    public enum ScaleFrom : System.Enum 
    Members
    MemberDescription
    BottomRightShape's lower right corner retains its position.
    MiddleShape's midpoint retains its position.
    TopLeftShape's upper left corner retains its position.
    Inheritance Hierarchy

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

    See Also