ImmutableExperimentalAcrylicMaterial Structure

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct ImmutableExperimentalAcrylicMaterial : IExperimentalAcrylicMaterial, 
	IEquatable<ImmutableExperimentalAcrylicMaterial>
Inheritance
Object    ValueType    ImmutableExperimentalAcrylicMaterial
Implements
IExperimentalAcrylicMaterial, IEquatableImmutableExperimentalAcrylicMaterial

Properties

Methods

Equals(ImmutableExperimentalAcrylicMaterial) 
Equals(Object)
(Overrides ValueTypeEquals(Object))
GetEffectiveTintColor 
GetHashCode
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Operators

Extension Methods

ToImmutable Converts a brush to an immutable brush.
(Defined by MaterialExtensions)

See Also