isPlaying Property

Summary

Checks whether the cine player is currently playing animation.

Syntax

JavaScript Syntax
Object.defineProperty(CinePlayer.prototype, 'isPlaying', 
	get: function() 
) 
TypeScript Syntax
isPlaying: boolean; // read-only 

Property Value

true if the cine player is currently playing animation, false otherwise.

Remarks

To start playing the cine player, call Play To stop playing the cine player, call Stop

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