IMutableExperimentalAcrylicMaterial Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Represents a mutable brush which can return an immutable clone of itself.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IMutableExperimentalAcrylicMaterial : IExperimentalAcrylicMaterial
<NotClientImplementableAttribute>
Public Interface IMutableExperimentalAcrylicMaterial
Inherits IExperimentalAcrylicMaterial
[<NotClientImplementableAttribute>]
type IMutableExperimentalAcrylicMaterial =
interface
interface IExperimentalAcrylicMaterial
end
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) |