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