Namespace: Spire.Presentation.Drawing.Animation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public MotionPath Path { get; set; }
Public Property Path As MotionPath
	Get
	Set
public:
property MotionPath^ Path {
	MotionPath^ get ();
	void set (MotionPath^ value);
}
member Path : MotionPath with get, set

Property Value

MotionPath

See Also