Skip to main content

DiagramControl.ZoomFactor Property

Specifies the diagram zoom factor. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

[Browsable(false)]
public double ZoomFactor { get; set; }

Property Value

Type Description
Double

A Double value specifying the document zoom factor.

See Also