SlipBehavior Enum

Definition

Indicates how a ParallelTimeline will behave when one or more of its Timeline children slips.

C#
public enum SlipBehavior
Inheritance
SlipBehavior

Fields

Name Value Description
Grow 0

Indicates that a ParallelTimeline will not slip with the child Timeline, but will expand to fit all slipping Timeline children. NOTE: This is only effective when the Duration of the ParallelTimeline is not explicitly specified.

Slip 1

Indicates that a ParallelTimeline will slip along with its first child Timeline that can slip whenever that child is delayed or accelerated.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also