PlaybackDirection Enum

Summary

Determines the playback direction of an animation.
Namespace
Avalonia.Animation
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["PlaybackDirection"] class Type type-node

Syntax

public enum PlaybackDirection

Fields

Name Constant Value Summary
Alternate 2
The animation is played forwards first, then backwards.
static
AlternateReverse 3
The animation is played backwards first, then forwards.
static
Normal 0
The animation is played normally.
static
Reverse 1
The animation is played in reverse direction.
static

Extension Methods