Skip to main content
All docs
V24.2

Settings.DrawingEngine Property

Specifies the engine used to render content.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public static DrawingEngine DrawingEngine { get; set; }

Property Value

Type Description
DrawingEngine

An enumeration value that indicates the drawing engine.

Available values:

Name Description
Default

Default drawing engine.

GdiPlus

GDI+ drawing engine.

Skia

Skia drawing engine.

See Also