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

ZoomValueItem.ZoomValue Property

Specifies the zoom factor value to which the ZoomValueItem corresponds.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public double ZoomValue { get; }

Property Value

Type Description
Double

A Double value specifying the zoom factor value.

See Also