Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ScaleFrom Enumeration


ScaleFrom Enumeration
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
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