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

DiagramControl.ZoomFactor Property

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

Namespace: DevExpress.Xpf.Diagram

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

Declaration

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

Property Value

Type Description
Double

A Double value specifying the document zoom factor.

See Also