InkPresenterPredefinedConfiguration 列挙型

定義

1 つ以上の接触点の手描き入力動作を指定します。 SetPredefinedConfiguration と共に使用されます。

public enum class InkPresenterPredefinedConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class InkPresenterPredefinedConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum InkPresenterPredefinedConfiguration
var value = Windows.UI.Input.Inking.InkPresenterPredefinedConfiguration.simpleSinglePointer
Public Enum InkPresenterPredefinedConfiguration
継承
InkPresenterPredefinedConfiguration
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

SimpleMultiplePointer 1

各接触点は InkStroke を描画するために使用されます。

Note

マルチポインター手描き入力では、カスタム乾燥モードでインク入力を処理する必要があります。 SetPredefinedConfiguration を SimpleMultiplePointer に設定する前に、ActivateCustomDrying を呼び出す必要があります。

SimpleSinglePointer 0

InkStroke を描画するには、1 つの主要な接触ポイントが使用されます。

適用対象

こちらもご覧ください