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 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.