Summary
Experimental Interface for producing Acrylic-like materials.
- Namespace
- Avalonia
.Media - Implementing Types
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 | Acrylic |
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 |
I |
Converts a brush to an immutable brush.
From MaterialExtensions
|