CollectionMode Property

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

Gets the CollectionMode value that corresponds to the mode currently being used to collect touch data (ink only, gesture only, or both ink and gesture).

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

Syntax

'Declaration
Public Shared Property CollectionMode As CollectionMode
public static CollectionMode CollectionMode { get; set; }
public:
static property CollectionMode CollectionMode {
    CollectionMode get ();
    void set (CollectionMode value);
}
static member CollectionMode : CollectionMode with get, set
static function get CollectionMode () : CollectionMode
static function set CollectionMode (value : CollectionMode)

Property Value

Type: Microsoft.SPOT.Touch. . :: . .CollectionMode
One of the collection modes.

.NET Framework Security

See Also

Reference

TouchCollectorConfiguration Class

Microsoft.SPOT.Touch Namespace