currentFrame Property

Summary

Gets or sets the value that indicates the current frame that the attached cell is displaying right now.

Syntax

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

Property Value

Value that indicates the current frame that the attached cell is displaying right now.

Remarks

This value keeps getting updated as the animation runs.

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