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

DiagramDrawingContext Enum

Lists values that specify the DiagramControl‘s drawing context.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public enum DiagramDrawingContext

Members

Name Description
Canvas

The diagram is rendered on the canvas.

Print

The diagram is printed.

ExportToImage

The diagram is exported.

ExportToPdf

Remarks

The values listed by this enumeration are used to set the DiagramControl.DrawingContext attached property.

See Also