SlipBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how a ParallelTimeline will behave when one or more of its Timeline children slips.
public enum class SlipBehavior
public enum SlipBehavior
type SlipBehavior =
Public Enum SlipBehavior
- Inheritance
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. |