SetEffect Properties

The SetEffect type exposes the following members.

Properties
  NameDescription
Public propertyAccumulate
Represents whether animation behaviors are accumulated. Read/write NullableBool.
(Inherited from Behavior.)
Public propertyAdditive
Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.
(Inherited from Behavior.)
Public propertyProperties
Represents properties of behavior. Read-only IBehaviorPropertyCollection.
(Inherited from Behavior.)
Public propertyTiming
Represents timing properties for the effect behavior. Read/write ITiming.
(Inherited from Behavior.)
Public propertyTo
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