'Declaration
Public Enum Sizing Inherits System.Enum
'Usage
Dim instance As Sizing
public enum Sizing : System.Enum
'Declaration
Public Enum Sizing Inherits System.Enum
'Usage
Dim instance As Sizing
public enum Sizing : System.Enum
Member | Description |
---|---|
Height | Allows user to size the height of the object |
HeightAndWidth | Allows user to size both the height and width of the object |
None | Does not allow user sizing |
Width | Allows user to size the width of the object |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.DrawingSpace.Sizing