Skip to main content
A newer version of this page is available. .

XtraTabbedMdiManager.PreviewPageZoomRatio Property

Gets or sets the zoom ratio to calculate the size of a floating page’s preview version.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(0.5F)]
public float PreviewPageZoomRatio { get; set; }

Property Value

Type Default Description
Single 0.5

A Single value that specifies the zoom ratio to calculate the size of a floating page’s preview version.

Remarks

You can use the XtraTabbedMdiManager.FloatOnDrag property to allow pages to be dragged away from the XtraTabbedMdiManager. The XtraTabbedMdiManager.FloatPageDragMode property specifies how the floating pages are displayed while they are dragged, as is or as preview windows.

The PreviewPageZoomRatio property affects the size of preview windows. It specifies the zoom-out ratio with respect to the page’s original width and height.

See Also