FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / Sizing Enumeration


Sizing Enumeration
Specifies the sizing aspects of the object.
Syntax
'Declaration
 
Public Enum Sizing 
   Inherits System.Enum
 
'Usage
 
Dim instance As Sizing
Members
MemberDescription
HeightAllows user to size the height of the object
HeightAndWidthAllows user to size both the height and width of the object
NoneDoes not allow user sizing
WidthAllows user to size the width of the object
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.DrawingSpace.Sizing

See Also