Skip to main content

DiagramControl.ExportScale Property

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

Namespace: DevExpress.Xpf.Diagram

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

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