FilterEffect
Contents
[
Hide
]FilterEffect class
Represent filter effect of behavior.
public class FilterEffect : Behavior, IFilterEffect
Constructors
| Name | Description |
|---|---|
| FilterEffect() | Default constructor. |
Properties
| Name | Description |
|---|---|
| Accumulate { get; set; } | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
| Additive { get; set; } | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
| Properties { get; } | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
| Reveal { get; set; } | Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType. |
| Subtype { get; set; } | Represents subtype of filter effect. Read/write FilterEffectSubtype. |
| Timing { get; set; } | Represents timing properties for the effect behavior. Read/write ITiming. |
| Type { get; set; } | Represents type of filter effect. Read/write FilterEffectType. |
See Also
- class Behavior
- interface IFilterEffect
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides