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

JavaScript Syntax
Object.defineProperty(CinePlayer.prototype, 'loop', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly