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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(0.5F)]
[DXCategory("Behavior")]
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.