Table of Contents

Enum ControlRenderingMode

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the rendering mode for the control.

public enum ControlRenderingMode

Fields

SkiaSharp = 2

Control is rendered using SkiaSharp.

SkiaSharpWithOpenGL = 3

Control is rendered using SkiaSharp with OpenGL acceleration.

SoftwareClipped = 0

Control is rendered using software mode with clipping.

SoftwareDoubleBuffered = 1

Control is rendered using software mode with double buffering.