Method SetBounds
SetBounds(double, double, double, double, BoundsSpecified)
Sets the specified bounds of the control to new location and size.
void SetBounds(double x, double y, double width, double height, BoundsSpecified specified)
Parameters
x
doubleThe new Left property value of the control.
y
doubleThe new Top property value of the control.
width
doubleThe new Width property value of the control.
height
doubleThe new Height property value of the control.
specified
BoundsSpecifiedSpecifies which bounds to use when applying new location and size.