ISetEffect

ISetEffect interface

Represents a set effect for an animation behavior.

public interface ISetEffect : IBehavior

Properties

NameDescription
AsIBehavior { get; }Allows to get base IBehavior interface. Read-only IBehavior.
To { get; set; }Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormat, float, int, string. Read/write Object.

See Also