Click or drag to resize

TouchModeFlags Class

The defines the base touch-screen sensitivities for settings property . Based on the device model more that one can be set.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.TouchModeFlags

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 class TouchModeFlags

The TouchModeFlags type exposes the following members.

Constructors
NameDescription
Public methodTouchModeFlags
Initializes a new instance of the TouchModeFlags class
Public methodTouchModeFlags
Initializes a new instance of the TouchModeFlags class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Fields
NameDescription
Public fieldFlagFingers
To be added.
Public fieldFlagGloves
To be added.
Public fieldFlagRain
To be added.
Public fieldFlagStylus
To be added.
Public fieldFlagThickGloves
To be added.
Public fieldFlagThinGloves
To be added.
Top
Remarks
The TouchModeFlags defines the base touch-screen sensitivities for settings property PropertyID.TOUCH_MODE. Based on the device model more that one can be set.

[Android Documentation]

See Also