Back to Devexpress

Settings.DrawingEngine Property

corelibraries-devexpress-dot-drawing-dot-settings.md

latest1.2 KB
Original Source

Settings.DrawingEngine Property

Specifies the engine used to render content.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public static DrawingEngine DrawingEngine { get; set; }
vb
Public Shared Property DrawingEngine As DrawingEngine

Property Value

TypeDescription
DrawingEngine

An enumeration value that indicates the drawing engine.

|

Available values:

NameDescription
Default

Default drawing engine.

| | GdiPlus |

GDI+ drawing engine.

| | Skia |

Skia drawing engine.

|

See Also

Settings Class

Settings Members

DevExpress.Drawing Namespace