CompositionOptionsUseSaveLayerRootClip Property

Enforces dirty contents to be rendered into an extra intermediate surface before being applied onto the saved frame. Required as a workaround for Skia bug https://issues.skia.org/issues/327877721

Definition

Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool? UseSaveLayerRootClip { get; set; }

Property Value

NullableBoolean

See Also