InkPresenterPredefinedConfiguration 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定一或多個連絡人點的筆跡行為。 與 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。 注意 多指標筆跡需要筆跡輸入才能在自訂幹化模式中處理。 必須先呼叫 ActivateCustomDrying ,才能將 SetPredefinedConfiguration 設定為 SimpleMultiplePointer。 |
SimpleSinglePointer | 0 | 單一主要接觸點可用來繪製 InkStroke。 |