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

DiagramControl.ExportScale Property

Specifies the scale factor to apply to the diagram that is being exported.

Namespace: DevExpress.Xpf.Diagram

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

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

Declaration

public double ExportScale { get; set; }

Property Value

Type Description
Double

A double value that represents the scale factor. Values from 0.1 to 30 are supported. The default value is 1

See Also