Click or drag to resize

TouchMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.ConfigurationTouchMode

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class TouchMode : Enum

The TouchMode type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberTouchModeFingers
Fingers touch-screen sensitivity.
Public propertyStatic memberTouchModeFingersAndGloves
Fingers and gloves touch-screen sensitivity.
Public propertyStatic memberTouchModeFingersAndStylus
Fingers and stylus touch-screen sensitivity.
Public propertyStatic memberTouchModeGloves
Gloves touch-screen sensitivity.
Public propertyStatic memberTouchModeStylus
Stylus touch-screen sensitivity.
Public propertyStatic memberTouchModeThinGloves
Thin gloves touch-screen sensitivity.
Public propertyStatic memberTouchModeTickGloves
Thick gloves touch-screen sensitivity.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding TouchMode value, from a valid integer.
Public methodToInt
Converts a TouchMode to its integer corresponding value.
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enum TouchMode defines the allowed touch-screen sensitivity values for settings property TouchModeSensitivity

[Android Documentation]

See Also