SlipBehavior Enum

Definition

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
SlipBehavior

Fields

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

See also