Skip to main content
All docs
V25.1
  • Settings.DrawingEngine Property

    Specifies the engine used to render content.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    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