The ISizeConstraints interface contains properties that impose constraints on the maximum and minimum size of the form.
Property name | Brief description | |
MaxHeight | The MaxHeight property determines the maximum possible height of the form. | |
MaxWidth | The MaxWidth property determines the maximum possible width of the form. | |
MinHeight | The MinHeight property determines the minimum possible height of the form. | |
MinWidth | The MinWidth property determines the minimum possible width of the form. |
See also: