←Select platform

InteractiveDirection Enumeration

Summary

Indicates drag direction.

Syntax

C#
VB
WinRT C#
public enum InteractiveDirection  
Public Enum InteractiveDirection  
   Inherits System.Enum 
public enum InteractiveDirection  
Leadtools.Controls.InteractiveDirection = function() { }; 
Leadtools.Controls.InteractiveDirection.prototype = { 
 
  Horizontal = 0, 
    Vertical = 1, 
     
 }; 

Members

ValueMemberDescription
0Horizontal

Horizontal drag direction.

1Vertical

Vertical drag direction.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

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

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)