UseSaveLayerRootClip 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)
- C#
- VB
- F#
public bool? UseSaveLayerRootClip { get; set; }
Public Property UseSaveLayerRootClip As Boolean?
Get
Set
member UseSaveLayerRootClip : Nullable<bool> with get, set
Property Value
See Also
Reference
CompositionOptions Class
Avalonia.Rendering.Composition Namespace