CommandEffect

CommandEffect class

表示动画行为的命令效果。

public class CommandEffect : Behavior, ICommandEffect

Constructors

NameDescription
CommandEffect()创建新实例。

Properties

NameDescription
Accumulate { get; set; }表示动画行为是否被累积。读/写 NullableBool
Additive { get; set; }表示当前动画行为是否与其他正在运行的动画组合。读/写 BehaviorAdditiveType
CommandString { get; set; }定义命令字符串。读/写字符串。
Properties { get; }表示行为的属性。只读 IBehaviorPropertyCollection
ShapeTarget { get; set; }定义命令效果的形状目标。读/写 IShape
Timing { get; set; }表示效果行为的时间属性。读/写 ITiming
Type { get; set; }定义行为的命令效果类型。读/写 CommandEffectType

See Also