IExperimentalAcrylicMaterial Interface

Experimental Interface for producing Acrylic-like materials.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IExperimentalAcrylicMaterial

Properties

BackgroundSource Gets the AcrylicBackgroundSource of the material.
FallbackColor Gets the fallback color.
MaterialColor Gets the effective material color.
TintColor Gets the TintColor of the material.
TintOpacity Gets the TintOpacity of the material.

Extension Methods

ToImmutable Converts a brush to an immutable brush.
(Defined by MaterialExtensions)

See Also