Skip to main content

DiagramControl.MaxZoomFactor Property

Specifies the maximum diagram zoom factor.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public double MaxZoomFactor { get; set; }

Property Value

Type Description
Double

A Double value that represents the maximum diagram zoom factor.

See Also