[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.C1ApplicationZoom.AllowResizeByZoom

AllowResizeByZoom Property

AllowResizeByZoom

Gets or sets a value that indicates whether resize form when zooming form.

Declaration
public bool AllowResizeByZoom { get; set; }
Property Value
Type Description
bool

true to resize form when zooming form; otherwise, false. The default is false.

Remarks

Even though AllowResizeByZoom is true, resizing form by zooming form will not work in these situations:

InnerPanelLayoutMode is None.

ZoomPreviewMode is NoPreview.

Pinch zoom when ZoomPreviewMode is AlternativeContent.

Set ZoomFactor by SetZoomFactor(float, bool).

The ownerForm's IsMdiContainer is true.