loop Property

Summary

Gets or sets the value that determines whether to make the viewer repeat the animation once you reach the end frame.

Syntax
TypeScript
JavaScript
Object.defineProperty(CinePlayer.prototype, 'loop', 
	get: function(), 
	set: function(value) 
) 
loop: boolean; 

Property Value

true to make the engine repeats the animation once you reach the end frame. false to stop once you reach the end frame.

Remarks

To play the animation, use Play

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.