PlaybackDirection Enum

Summary

Determines the playback direction of an animation.
Namespace
Avalonia.Animation
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
PlaybackDirection
Enum
ValueType
object
IComparable
IFormattable
IConvertible

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