Table of Contents

Interface IExperimentalAcrylicMaterial

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Experimental Interface for producing Acrylic-like materials.

[NotClientImplementable]
public interface IExperimentalAcrylicMaterial
Extension Methods

Properties

BackgroundSource

Gets the AcrylicBackgroundSource of the material.

AcrylicBackgroundSource BackgroundSource { get; }

Property Value

AcrylicBackgroundSource

FallbackColor

Gets the fallback color.

Color FallbackColor { get; }

Property Value

Color

MaterialColor

Gets the effective material color.

Color MaterialColor { get; }

Property Value

Color

TintColor

Gets the TintColor of the material.

Color TintColor { get; }

Property Value

Color

TintOpacity

Gets the TintOpacity of the material.

double TintOpacity { get; }

Property Value

double