IExperimentalAcrylicMaterial Interface
Definition
Experimental Interface for producing Acrylic-like materials.
public interface IExperimentalAcrylicMaterial
Properties
| Name | Description |
|---|---|
| BackgroundSource | Gets the Avalonia.Media.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. |
BackgroundSource Property
Gets the Avalonia.Media.AcrylicBackgroundSource of the material.
public Avalonia.Media.AcrylicBackgroundSource BackgroundSource { get; set; }
FallbackColor Property
Gets the fallback color.
public Avalonia.Media.Color FallbackColor { get; set; }
MaterialColor Property
Gets the effective material color.
public Avalonia.Media.Color MaterialColor { get; set; }
TintColor Property
Gets the TintColor of the material.
public Avalonia.Media.Color TintColor { get; set; }
TintOpacity Property
Gets the TintOpacity of the material.
public double TintOpacity { get; set; }