[]
Gets or sets a value that indicates whether resize form when zooming form.
public bool AllowResizeByZoom { get; set; }
Type | Description |
---|---|
bool | true to resize form when zooming form; otherwise, false. The default is false. |
Even though AllowResizeByZoom is true, resizing form by zooming form will not work in these situations:
Pinch zoom when ZoomPreviewMode is AlternativeContent.
Set ZoomFactor by SetZoomFactor(float, bool).
The ownerForm's IsMdiContainer is true.