Enum GraphicsBackendType
Specifies the graphics backend used for rendering.
public enum GraphicsBackendType
Fields
Null = 2Represents a null graphics backend which does not perform any rendering.
Other = 3Other or unknown graphics backend.
SkiaSharp = 0Uses the SkiaSharp graphics backend.
WxWidgets = 1Uses the WxWidgets graphics backend.