Skip to main content

ZoomValueItem(Double) Constructor

Initializes a new instance of the ZoomValueItem class with the specified zoom value.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ZoomValueItem(
    double zoomValue
)

Parameters

Name Type Description
zoomValue Double

A Double value specifying the zoom value.

See Also