Enum ControlRenderingMode
Specifies the rendering mode for the control.
public enum ControlRenderingMode
Fields
SkiaSharp = 2Control is rendered using SkiaSharp.
SkiaSharpWithOpenGL = 3Control is rendered using SkiaSharp with OpenGL acceleration.
SoftwareClipped = 0Control is rendered using software mode with clipping.
SoftwareDoubleBuffered = 1Control is rendered using software mode with double buffering.