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

DiagramControl.ExportDPI Property

Specifies the resolution in which the diagram is exported. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

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

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

Declaration

public double ExportDPI { get; set; }

Property Value

Type Description
Double

A double value which represents the resolution (in dpi). The minimum supported value is 1. The default value is 96

See Also