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
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.