IExperimentalAcrylicMaterial Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Experimental Interface for producing Acrylic-like materials.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IExperimentalAcrylicMaterial
<NotClientImplementableAttribute>
Public Interface IExperimentalAcrylicMaterial
[<NotClientImplementableAttribute>]
type IExperimentalAcrylicMaterial = interface end
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) |