Share via


FilterEffect.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 MsoAnimFilterEffectType
    Get
    Set
'Usage
Dim instance As FilterEffect
Dim value As MsoAnimFilterEffectType

value = instance.Type

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

Property Value

Type: Microsoft.Office.Interop.PowerPoint.MsoAnimFilterEffectType
MsoAnimType

Remarks

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

MsoAnimTypeColor

MsoAnimTypeMixed

MsoAnimTypeMotion

MsoAnimTypeNone

MsoAnimTypeProperty

MsoAnimTypeRoatation

MsoAnimTypeScale

MsoAnimTypeTransition

See Also

Reference

FilterEffect Interface

FilterEffect Members

Microsoft.Office.Interop.PowerPoint Namespace