The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SlipBehavior Enumeration
.NET Framework (current version)
Indicates how a ParallelTimeline will behave when one or more of its Timeline children slips.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Grow | 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 | Indicates that a ParallelTimeline will slip along with its first child Timeline that can slip whenever that child is delayed or accelerated.. |
.NET Framework
Available since 3.0
Available since 3.0
Show: