Skip to main content

IExperimentalAcrylicMaterial Interface

Definition

Namespace:Avalonia.Media
Assembly:Avalonia.Base
Package:Avalonia

Experimental Interface for producing Acrylic-like materials.

public interface IExperimentalAcrylicMaterial

Properties

NameDescription
BackgroundSourceGets the Avalonia.Media.AcrylicBackgroundSource of the material.
FallbackColorGets the fallback color.
MaterialColorGets the effective material color.
TintColorGets the TintColor of the material.
TintOpacityGets 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; }