Summary
Base class for all animatable objects.
- Namespace
- Avalonia
.Animation - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- Derived Types
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["Animatable"]
class Type type-node
Derived0["Transform"]-->Type
click Derived0 "/api/Avalonia.Media/Transform"
Derived1["DashStyle"]-->Type
click Derived1 "/api/Avalonia.Media/DashStyle"
Derived2["Brush"]-->Type
click Derived2 "/api/Avalonia.Media/Brush"
Derived3["StyledElement"]-->Type
click Derived3 "/api/Avalonia/StyledElement"
Syntax
public class Animatable : AvaloniaObject, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink
Events
Name | Type | Summary |
---|---|---|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
ClockProperty |
Defines the
Clock property.
static
|
|
TransitionsProperty |
Defines the
Transitions property.
static
|
Properties
Name | Value | Summary |
---|---|---|
Clock | IClock |
Gets or sets the clock which controls the animations on the control.
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
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
|
Transitions | Transitions? |
Gets or sets the property transitions for the control.
|