RenderingMode Enum
Defines the supported rendering modes.
Fields
Default | Use either the default implementation, WPF, or Skia for rendering, depending on the availability and supported features. |
Skia | Use Skia (via SkiaSharp NuGet package) for rendering and HarfBuzz text-shaping engine for text formatting. noteMake sure your project also references the appropriate SkiaSharp.NativeAssets.* and HarfBuzzSharp.NativeAssets.* NuGet packages depending on the platform on which you are building/running your application. |
WPF | Use Windows Presentation Foundation (WPF) for rendering. |