Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

Public Enumeration SlipBehavior

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft