SpreadsheetGear 2023
ScaleFrom Enumeration


SpreadsheetGear.Shapes Namespace : ScaleFrom Enumeration
Specifies how the ScaleWidth and ScaleHeight methods should scale shapes.
Syntax
'Declaration
 
Public Enum ScaleFrom 
   Inherits System.Enum
'Usage
 
Dim instance As ScaleFrom
public enum ScaleFrom : System.Enum 
Members
MemberDescription
BottomRightApplies the scaling factor from the bottom-right of a shape.
MiddleApplies the scaling factor from the middle of a shape.
TopLeftApplies the scaling factor from the top-left of a shape.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Shapes.ScaleFrom

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Shapes Namespace
ScaleWidth Method
ScaleHeight Method
ScaleWidth Method
ScaleHeight Method