The MinHeight and MinWidth properties aren’t available in the Properties window, and can only be set programmatically. This is done with the following syntax:

UserDocument.MinHeight=value
UserDocument.MinWidth=value

MinHeight and MinWidth have a Single data type value, and must be set in your code. You cannot set either of these values in Design mode.