Share via


AnimationBehavior.Type Property

Represents the type of animation. Read/write.

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

Syntax

'Declaration
Property Type As MsoAnimType
    Get
    Set
'Usage
Dim instance As AnimationBehavior
Dim value As MsoAnimType

value = instance.Type

instance.Type = value
MsoAnimType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.MsoAnimType

Remarks

The value of the Type property can be one of these MsoAnimType constants.

msoAnimTypeColor

msoAnimTypeMixed

msoAnimTypeMotion

msoAnimTypeNone

msoAnimTypeProperty

msoAnimTypeRotation

msoAnimTypeScale

See Also

Reference

AnimationBehavior Interface

AnimationBehavior Members

Microsoft.Office.Interop.PowerPoint Namespace