Class SkiaBackendConfiguration
Namespace: VelloSharp.Avalonia.SkiaBridge.Configuration
Assembly: VelloSharp.Avalonia.SkiaBridge.dll
Describes how the Skia integration should configure its rendering backend.
public sealed class SkiaBackendConfiguration
Inheritance
object ← SkiaBackendConfiguration
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
GraphicsOptions
Gets or sets the Vello graphics options used when
public GraphicsBackendOptions? GraphicsOptions { get; init; }
Property Value
GraphicsBackendOptions?
Mode
Gets or sets the desired backend mode. Defaults to Skia-only behaviour.
public SkiaBackendMode Mode { get; init; }