Specifies the type of animation.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("6B9EFDD2-199B-41A0-8192-6A50CD6E521F")> _
Public Enumeration MsoAnimType
'Usage
Dim instance As MsoAnimType
[GuidAttribute("6B9EFDD2-199B-41A0-8192-6A50CD6E521F")]
public enum MsoAnimType
Members
| Member name | Description | |
|---|---|---|
| msoAnimTypeMixed | Mixed | |
| msoAnimTypeNone | None | |
| msoAnimTypeMotion | Motion | |
| msoAnimTypeColor | Color | |
| msoAnimTypeScale | Scale | |
| msoAnimTypeRotation | Rotation | |
| msoAnimTypeProperty | Property | |
| msoAnimTypeCommand | Command | |
| msoAnimTypeFilter | Filter | |
| msoAnimTypeSet | Set |