FilterEffect

FilterEffect class

Represent filter effect of behavior.

The FilterEffect type exposes the following members:

Constructors

NameDescription
FilterEffect()Default constructor.

Properties

NameDescription
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.
as_i_behaviorAllows to get base IBehavior interface.
Read-only IBehavior.

See Also