IExperimentalAcrylicMaterial Interface

Summary

Experimental Interface for producing Acrylic-like materials.
graph BT Type["IExperimentalAcrylicMaterial"] class Type type-node Implementing0["IMutableExperimentalAcrylicMaterial"]-.->Type click Implementing0 "/api/Avalonia.Media/IMutableExperimentalAcrylicMaterial" Implementing1["ExperimentalAcrylicMaterial"]-.->Type click Implementing1 "/api/Avalonia.Media/ExperimentalAcrylicMaterial" Implementing2["ImmutableExperimentalAcrylicMaterial"]-.->Type click Implementing2 "/api/Avalonia.Media/ImmutableExperimentalAcrylicMaterial"

Syntax

public interface IExperimentalAcrylicMaterial

Properties

Name Value Summary
BackgroundSource AcrylicBackgroundSource
Gets the AcrylicBackgroundSource of the material.
FallbackColor Color
Gets the fallback color.
MaterialColor Color
Gets the effective material color.
TintColor Color
Gets the TintColor of the material.
TintOpacity double
Gets the TintOpacity of the material.

Extension Methods

Name Value Summary
ToImmutable() IExperimentalAcrylicMaterial
Converts a brush to an immutable brush.