Summary
Determines the playback direction of an animation.
- Namespace
- Avalonia
.Animation - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
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
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|