MatrixAnimationUsingPath.IsOffsetCumulative 属性

定义

获取或设置一个值,该值指示动画矩阵产生的偏移量是否会因重复而累积。

public:
 property bool IsOffsetCumulative { bool get(); void set(bool value); };
public bool IsOffsetCumulative { get; set; }
member this.IsOffsetCumulative : bool with get, set
Public Property IsOffsetCumulative As Boolean

属性值

如果该对象将因动画的重复而累积,则为 true;否则为 false。 默认值为 false

注解

如果此属性设置为 true,则动画矩阵的偏移量将随着动画的重复而累积。 例如,如果路径是一个小弧线,并且动画设置为重复,累积偏移量将导致对象在屏幕上反弹。

此属性确定动画矩阵的偏移量是否在 RepeatBehavior 动画由于设置而重复时累积;它不会导致动画重启时偏移量累积。 有关如何根据先前动画的值生成动画的信息,请参阅 IsAdditive

依赖项属性信息

标识符字段 IsOffsetCumulativeProperty
元数据属性设置为 true

适用于

另请参阅