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.v18.2.dll

Declaration

public double ExportDPI { get; set; }

Property Value

Type Description
Double

A System.Double value which represents the resolution (in dpi). The default value is 96

See Also