Skip to main content
All docs
V24.2

DrawingEngine Enum

Lists values that indicate the drawing engine.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public enum DrawingEngine

Members

Name Description
Default

Default drawing engine.

GdiPlus

GDI+ drawing engine.

Skia

Skia drawing engine.

Related API Members

The following properties accept/return DrawingEngine values:

See Also