Timeline.PathClosed Property
Animation Studio Reference

Timeline.PathClosed Property

Set or get the PathClosed property. If set to true, the resulting bezier spline of the path is closed. If the spline is closed, the path leads thru the first KeyFrame, and all other Keyframes are 'Spline Control Points'.
If the path is open, the path leads thru te first and last KeyFrame and all other KeyFrames are Control Points.
Note: if the PathFormEnumeration is 'linear', the path leads thru all KeyFrames.

[Visual Basic]
Public Property PathClosed As Boolean
[C#]
public bool PathClosed {get; set;}

See Also

Timeline Class | AnimationStudio Namespace