Use the members of this enumeration when calling the Control.SetBoundsCore(int, int, int, int, BoundsSpecified) and Control.SetBounds(int, int, int, int) methods of the System.Windows.Forms.Control class.
Member Name | Description |
---|---|
All |
Both Control.Location and Control.Size property values are defined. |
Height |
The height of the control is defined. |
Location |
Both X and Y coordinates of the control are defined. |
None |
No bounds are specified. |
Size |
Both Control.Width and Control.Height property values of the control are defined. |
Width |
The width of the control is defined. |
X |
The left edge of the control is defined. |
Y |
The top edge of the control is defined. |