InteractiveDirection Enumeration

Summary

Indicates drag direction.

Syntax

JavaScript Syntax
lt.Controls.InteractiveDirection = { 
	Horizontal: 0, 
	Vertical: 1 
} 
TypeScript Syntax
lt.Controls.InteractiveDirection = { 
	Horizontal: 0, 
	Vertical: 1 
} 

Members

0 Horizontal

(0) Horizontal drag direction.

1 Vertical

(1) Vertical drag direction.

Remarks

Used as the value for the following properties:

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly