FilterEffect Interface

Represents a filter effect for an animation behavior.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("914934F0-5A91-11CF-8700-00AA0060263B")> _
Public Interface FilterEffect
'Usage
Dim instance As FilterEffect
[GuidAttribute("914934F0-5A91-11CF-8700-00AA0060263B")]
public interface FilterEffect

Remarks

Use the FilterEffect property of the AnimationBehavior object to return a FilterEffect object. Filter effects can be changed using the FilterEffect object's Reveal, Subtype, and Type properties.

See Also

Reference

FilterEffect Members

Microsoft.Office.Interop.PowerPoint Namespace