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

DiagramControl.MinZoomFactor Property

Specifies the minimum diagram zoom factor.

Namespace: DevExpress.Xpf.Diagram

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

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

Declaration

public double MinZoomFactor { get; set; }

Property Value

Type Description
Double

A Double value that represents the minimum diagram zoom factor.

See Also