- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- I
Mutable Experimental Acrylic Material - I
Experimental Acrylic Material - IAffectsRender
- Base Types
-
- object
- AvaloniaObject
graph BT
Type-->Base0["AvaloniaObject"]
click Base0 "/api/Avalonia/AvaloniaObject"
Base0-->Base1["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type-.->Interface4["IMutableExperimentalAcrylicMaterial"]
click Interface4 "/api/Avalonia.Media/IMutableExperimentalAcrylicMaterial"
Type-.->Interface5["IExperimentalAcrylicMaterial"]
click Interface5 "/api/Avalonia.Media/IExperimentalAcrylicMaterial"
Type-.->Interface6["IAffectsRender"]
click Interface6 "/api/Avalonia.Media/IAffectsRender"
Type["ExperimentalAcrylicMaterial"]
class Type type-node
Syntax
public class ExperimentalAcrylicMaterial : AvaloniaObject, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink, IMutableExperimentalAcrylicMaterial,
IExperimentalAcrylicMaterial, IAffectsRender
Events
Name | Type | Summary |
---|---|---|
Invalidated | EventHandler |
Raised when the resource changes visually.
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
Background |
Defines the
BackgroundSource property.
static
|
|
Fallback |
Defines the
FallbackColor property.
static
|
|
Material |
Defines the
MaterialOpacity property.
static
|
|
Platform |
Defines the
PlatformTransparencyCompensationLevel property.
static
|
|
TintColorProperty |
Defines the
TintColor property.
static
|
|
TintOpacityProperty |
Defines the
TintOpacity property.
static
|
Properties
Name | Value | Summary |
---|---|---|
BackgroundSource | Acrylic |
Gets or Sets the BackgroundSource .
|
FallbackColor | Color |
Gets or Sets the Fallback Color.
This is used on rendering plaforms that dont support acrylic.
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
MaterialOpacity | double |
Gets or Sets the MaterialOpacity.
This makes the material more or less opaque.
|
Platform |
double |
Gets or Sets the PlatformTransparencyCompensationLevel.
This value defines the minimum
MaterialOpacity that can be used.
It means material opacity is re-scaled from this value to 1.
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|
TintColor | Color |
Gets or Sets the TintColor.
|
TintOpacity | double |
Gets or Sets the Tint Opacity.
|