[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.C1ApplicationZoom.AllowZoomByResize

AllowZoomByResize Property

AllowZoomByResize

Gets or sets a value that indicates whether zoom form when resizing form.

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

true to zoom form when resizing form; otherwise, false. The default is true.

Remarks

Even though AllowZoomByResize is true, zooming form's content by resizing form will not work in these situations:

InnerPanelLayoutMode is None.

The ownerForm's IsMdiContainer is true.