Specifies the bounds of the control to use when defining a control's size and position.
[Visual Basic] Public Enum BoundsSpecified [C#] public enum BoundsSpecified [C++] public enum BoundsSpecified
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration when calling the SetBoundsCore method of the Control class.
Member Name | Description |
---|---|
All | Both Location and Size property values are defined. |
Height | Specifies 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 Width and Height property values of the control are defined. |
Width | Specifies the width of the control is defined. |
X | Specifies the left edge of the control is defined. |
Y | Specifies the top edge of the control of the control is defined. |
Namespace: System.WinForms
Assembly: System.WinForms.dll