[]
Specifies the sizing aspects of the object.
public enum Sizing : short
Public Enum Sizing As Short
Name | 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 |