SkiaOptionsUseOpacitySaveLayer Property

Use Skia's SaveLayer API to handling opacity.

Definition

Namespace: Avalonia
Assembly: Avalonia.Skia (in Avalonia.Skia.dll) Version: 11.3.999
public bool UseOpacitySaveLayer { get; set; }

Property Value

Boolean

Remarks

Enabling this might have performance implications.

See Also