cinePlayer Property

Summary

Gets or sets the class that is used to run the cine player.

Syntax

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

Property Value

CinePlayer that represents the class that is used to run the cine player.

Remarks

The default values for all the properties of this class are set so that you can run the animation right away by using 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