Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

InteractiveDirection Enumeration

Show in webframe
Indicates drag direction.
Syntax
Leadtools.Controls.InteractiveDirection = function() { };
Leadtools.Controls.InteractiveDirection.prototype = {
	horizontal = 0,
	vertical = 1,
	
 };
Members
ValueMemberDescription
0horizontal Horizontal drag direction.
1vertical Vertical drag direction.
Remarks

Used as the value for the following properties:

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file