direction Property

Summary

Gets or sets the enumeration that specifies the direction in which the animation is rendering the frames.

Syntax

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

Property Value

PlayingDirection that specifies the direction in which the animation is rendering the frames.

Remarks

The default value is Forward.

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