Settings.DrawingEngine Property
Specifies the engine used to render content.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public static DrawingEngine DrawingEngine { get; set; }
#Property Value
Type | Description |
---|---|
Drawing |
An enumeration value that indicates the drawing engine. |
Available values:
Name | Description |
---|---|
Default | Default drawing engine. |
Gdi |
GDI+ drawing engine. |
Skia | Skia drawing engine. |