SetEffect Interface
Represents a set effect for an animation behavior. You can use the SetEffect object to set the value of a property.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("914934F1-5A91-11CF-8700-00AA0060263B")> _
Public Interface SetEffect
'Usage
Dim instance As SetEffect
[GuidAttribute("914934F1-5A91-11CF-8700-00AA0060263B")]
public interface SetEffect
Remarks
Use the SetEffect property of the AnimationBehavior object to return a SetEffect object. Set effects can be changed using the SetEffect object's Property and To properties.