Table of Contents

Class Animatable

Namespace
Avalonia.Animation
Assembly
Avalonia.Base.dll

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

StyledProperty<Transitions>

Properties

Transitions

Gets or sets the property transitions for the control.

public Transitions? Transitions { get; set; }

Property Value

Transitions

Methods

OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs)

Called when a avalonia property changes on the object.

protected override sealed void OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs change)

Parameters

change AvaloniaPropertyChangedEventArgs

The property change details.