[]
Gets or sets a value that indicates whether zoom form when resizing form.
public bool AllowZoomByResize { get; set; }
Type | Description |
---|---|
bool | true to zoom form when resizing form; otherwise, false. The default is true. |
Even though AllowZoomByResize is true, zooming form's content by resizing form will not work in these situations:
The ownerForm's IsMdiContainer is true.