Minimum Resize

Is there a way to constrain the size you can resize an object to when using it’s resize handle? Something like goObject.MinimumSize or goObject.MaximumSize.

thanks,
Jake
Some nodes enforce a minimum and maximum (GoGeneralNode has a MinimumIconSize property, for example).
And the GoToolResizing also has MinimumSize and MaximmSize properties.