SlipBehavior 枚举
定义
指示当 ParallelTimeline 的一个或多个 Timeline 子级滑动时其将如何变化。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
- 继承
字段
Grow | 0 | 指示 ParallelTimeline 将不会随子 Timeline 滑动,但将扩展以适应所有滑动的 Timeline 子级。Indicates that a ParallelTimeline will not slip with the child Timeline, but will expand to fit all slipping Timeline children. 注意:这仅在未显式指定 ParallelTimeline 的 Duration 时才有效。NOTE: This is only effective when the Duration of the ParallelTimeline is not explicitly specified. |
Slip | 1 | 指示 ParallelTimeline 将沿第一个子 Timeline 滑动,只要延迟或加速该子级,它就会滑动。Indicates that a ParallelTimeline will slip along with its first child Timeline that can slip whenever that child is delayed or accelerated. |