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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.