InkPresenterPredefinedConfiguration InkPresenterPredefinedConfiguration InkPresenterPredefinedConfiguration InkPresenterPredefinedConfiguration Enum

Definition

Specifies the inking behavior of one or more contact points. Used with SetPredefinedConfiguration.

public : enum class InkPresenterPredefinedConfigurationpublic enum InkPresenterPredefinedConfigurationPublic Enum InkPresenterPredefinedConfiguration// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

SimpleMultiplePointer SimpleMultiplePointer SimpleMultiplePointer SimpleMultiplePointer

Each contact point is used to draw an InkStroke.

Note

Multi-pointer inking requires ink input to be processed in custom drying mode. ActivateCustomDrying must be called before setting SetPredefinedConfiguration to SimpleMultiplePointer.

SimpleSinglePointer SimpleSinglePointer SimpleSinglePointer SimpleSinglePointer

A single, primary contact point is used to draw an InkStroke.

See Also