Partager via


MotionEffect.Path Property

Returns a string that represents the path followed by a MotionEffect object. Read-only.

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

Syntax

'Declaration
Property Path As String
    Get
    Set
'Usage
Dim instance As MotionEffect
Dim value As String

value = instance.Path

instance.Path = value
string Path { get; set; }

Property Value

Type: System.String

Remarks

The string returned for a MotionEffect object is a specific path that the motion effect follows between From and To, using the same syntax as the VML path description.

See Also

Reference

MotionEffect Interface

MotionEffect Members

Microsoft.Office.Interop.PowerPoint Namespace