CollectionMode

Applies to

InkPicture controls

Description

Specifies whether ink only, gestures only, or ink and gestures are collected.

Usage


In a painter

StepsTo specify the mode of ink collection:

  1. Select a value from the CollectionMode drop-down list on the Ink page in the Properties view.


In scripts

The CollectionMode property takes a value of the InkCollectionMode enumerated variable. Values are:

This example specifies that the InkPicture control will recognize gestures but not collect ink:

ie_1.InkCollectionMode = GestureOnly!