Class Animatable
Base class for all animatable objects.
public class Animatable : AvaloniaObject, INotifyPropertyChanged
- Inheritance
-
Animatable
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Animatable()
public Animatable()
Fields
TransitionsProperty
Defines the Transitions property.
public static readonly StyledProperty<Transitions?> TransitionsProperty
Field Value
Properties
Transitions
Gets or sets the property transitions for the control.
public Transitions? Transitions { get; set; }
Property Value
Methods
OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs)
Called when a avalonia property changes on the object.
protected override sealed void OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs change)
Parameters
change
AvaloniaPropertyChangedEventArgsThe property change details.