Specifies the bounds of the control to use when defining a control's size and position. This enumeration has a flags attribute that allows a bitwise combination of its member values.
Enumerator |
---|
none | No border.s.
|
x | Specifies that the left edge of the control is defined.
|
y | Specifies that the top edge of the control is defined.
|
location | Specifies that both the x and y coordinates of the control are defined.
|
width | Specifies that the width of the control is defined.
|
height | Specifies that the height of the control is defined.
|
size | Specifies that both the width and height property values of the control are defined.
|
all | Specifies that both the location and size property values are defined.
|