property Resizer.FormMinHeight as Single
Retrieves or sets a value that indicates the minimum form height.

TypeDescription
Single A numeric value that indicates the minimum height of the form, in form coordinates.

The FormMinHeight property specifies the minimum height for the form. If the FormMinHeight is 0, the property is ignored. If the FormMinHeight property is greater than 0, when the form is resized, the height of the form is always greater than FormMinHeight property. Use the FormMaxHeight to set the maximum height for the form.