Skip to main content

DiagramControl.MinZoomFactor Property

Specifies the minimum diagram zoom factor.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: 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