IMutableExperimentalAcrylicMaterial Interface

Represents a mutable brush which can return an immutable clone of itself.

Definition

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

Properties

BackgroundSource Gets the AcrylicBackgroundSource of the material.
(Inherited from IExperimentalAcrylicMaterial)
FallbackColor Gets the fallback color.
(Inherited from IExperimentalAcrylicMaterial)
MaterialColor Gets the effective material color.
(Inherited from IExperimentalAcrylicMaterial)
TintColor Gets the TintColor of the material.
(Inherited from IExperimentalAcrylicMaterial)
TintOpacity Gets the TintOpacity of the material.
(Inherited from IExperimentalAcrylicMaterial)

Methods

ToImmutable Creates an immutable clone of the brush.

Extension Methods

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

See Also