Skip to main content

ZoomValueItem(Double) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public ZoomValueItem(
    double zoomValue
)

#Parameters

Name Type Description
zoomValue Double

A Double value. This value is assigned to the ZoomValueItem.ZoomValue property.

See Also