isPlaying Property

Summary

Checks whether the cine player is currently playing animation.

Syntax
TypeScript
JavaScript
Object.defineProperty(CinePlayer.prototype, 'isPlaying', 
	get: function() 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly