Skip to main content
All docs
V25.1
  • DrawingEngine Enum

    Lists values that indicate the drawing engine.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    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