CollectionMode Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines values that determine whether ink, gestures, or ink and gestures should be collected from the touch panel.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SPOT.Touch
Assembly:  Microsoft.SPOT.Touch (in Microsoft.SPOT.Touch.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CollectionMode
[FlagsAttribute]
public enum CollectionMode
[FlagsAttribute]
public enum class CollectionMode
[<FlagsAttribute>]
type CollectionMode
public enum CollectionMode

Members

Member name Description
InkOnly Only collect Ink data.
GestureOnly Only collect Gesture data.
InkAndGesture Collect both Ink and Gesture data.

See Also

Reference

Microsoft.SPOT.Touch Namespace