PointerVisualizationSettings 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class PointerVisualizationSettings sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PointerVisualizationSettings final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PointerVisualizationSettings
Public NotInheritable Class PointerVisualizationSettings
- 繼承
- 屬性
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 引進)
|
範例
下列範例示範如何使用 GetForCurrentView 來擷取 PointerVisualizationSettings 的實例,藉此擷取目前應用程式的視覺回饋喜好設定。
var pointerVisualizationSettings = Windows.UI.Input.PointerVisualizationSettings.getForCurrentView();
pointerVisualizationSettings.isContactFeedbackEnabled = false;
pointerVisualizationSettings.isBarrelButtonFeedbackEnabled = false;
備註
呼叫 GetForCurrentView 以取得與使用中應用程式相關聯的 PointerVisualizationSettings 物件。 這個對像是用來設定應用程式的視覺回饋喜好設定。
This
屬性
IsBarrelButtonFeedbackEnabled |
取得或設定值,這個值表示按下手寫筆/手寫筆輸入時是否啟用視覺回饋。 重要 桌面裝置系列僅支持指標視覺效果。 |
IsContactFeedbackEnabled |
取得或設定值,指出偵測到指標接觸時是否啟用視覺回饋。 重要 桌面裝置系列僅支持指標視覺效果。 |
方法
GetForCurrentView() |
取得與目前應用程式相關聯的 PointerVisualizationSettings 物件。 重要 桌面裝置系列僅支持指標視覺效果。 |
適用於
另請參閱
- Windows.UI.Input
- Windows.Devices.Input
- Windows.UI.Core
- Windows.UI.Input.Inking
- Windows.UI.Xaml.Input
- TypedEventHandler<TSender,TResult>
- 視覺化回饋的指導方針
- 自訂使用者互動
- 自定義用戶互動的UX指導方針
- 觸控設計指導方針
- 使用者互動模式範例
- 焦點視覺效果範例 \(英文\)
- 輸入:裝置功能範例
- 輸入:簡化的筆跡範例
- 輸入:Windows 8 手勢範例
- 輸入:XAML 使用者輸入事件範例
- XAML 捲動、移動瀏覽和縮放範例
- DirectX 觸控輸入範例
- 輸入:操作和手勢 (C++) 範例
- 輸入:觸控點擊測試範例
- 輸入來源識別範例
- 觸控插入範例
- Win32 觸控點擊測試範例