Back to Devexpress

DiagramControl.ExportScale Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-d538af8a.md

latest1.1 KB
Original Source

DiagramControl.ExportScale Property

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

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public double ExportScale { get; set; }
vb
Public Property ExportScale As Double

Property Value

TypeDescription
Double

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

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace