Accusoft.ImagXpress13.Net
FlickDirection Enumeration




Option values used to determine the direction of the flick TouchFlick event.
Syntax
'Declaration
 
Public Enum FlickDirection 
   Inherits System.Enum
'Usage
 
Dim instance As FlickDirection
public enum FlickDirection : System.Enum 
__value public enum FlickDirection : public System.Enum 
public enum class FlickDirection : public System.Enum 
Members
MemberValueDescription
Down6Flick down.
DownLeft5Flick down and to the left.
DownRight7Flick down and to the right.
Left4Flick to the left.
Right0Flick to the right.
Up2Flick up.
UpLeft3Flick up and to the left.
UpRight1Flick up and to the right.
Remarks
Note: Depending on the touch system not all directions may be returned. Some flick directions may not be available by default on a user's system and may need to be enabled. The flicks are controlled on a user's system in the Windows Control Panel under the Pen and Touch settings. There is a Flick tab in the Pen and Touch control panel applet that customizes flick settings for the entire system. The Pen and Touch control panel applet is available on Microsoft Windows operating systems that support either pen input or touch. Pen or touch hardware must be present for the Pen and Touch control panel applet to be available. Please review the Window's documentation on how to adjust these settings.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.FlickDirection

See Also

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback