Enum RepeatBehaviorType
Specifies the repeat mode that a RepeatBehavior raw value represents.
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public enum RepeatBehaviorType
Fields
Name | Description |
---|---|
Count | The RepeatBehavior represents a case where the timeline should repeat for a fixed number of complete runs. |
Duration | The RepeatBehavior represents a case where the timeline should repeat for a time duration, which might result in an animation terminating part way through. |
Forever | The RepeatBehavior represents a case where the timeline should repeat indefinitely. |