ICommandEffect

ICommandEffect interface

Represents a command effect for an animation behavior.

public interface ICommandEffect : IBehavior

Properties

NameDescription
AsIBehavior { get; }Allows to get base IBehavior interface. Read-only IBehavior.
CommandString { get; set; }Defines command string. Read/write String.
ShapeTarget { get; set; }Defines shape target of command effect. Read/write IShape.
Type { get; set; }Defines command effect type of behavior. Read/write CommandEffectType.

See Also