FilterEffect class

FilterEffect class

Represent filter effect of behavior.

Inheritance:FilterEffectBehavior

The FilterEffect type exposes the following members:

Constructors

ConstructorDescription
__init__Default constructor.

Properties

PropertyDescription
accumulateRepresents whether animation behaviors are accumulated.
Read/write NullableBool.
additiveRepresents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
propertiesRepresents properties of behavior.
Read-only IBehaviorPropertyCollection.
timingRepresents timing properties for the effect behavior.
Read/write ITiming.
revealRepresents that effect with behavior must reveal (in/out)
Read/write FilterEffectRevealType.
typeRepresents type of filter effect.
Read/write FilterEffectType.
subtypeRepresents subtype of filter effect.
Read/write FilterEffectSubtype.

See Also