語言

View.PointerCaptureModeUncaptured 欄位

定義

警告

This constant will be removed in the future version. Use Android.Views.PointerCaptureMode enum directly instead of this field.

一種「指標捕獲模式」,指針不會被捕獲。

[Android.Runtime.Register("POINTER_CAPTURE_MODE_UNCAPTURED", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.PointerCaptureMode enum directly instead of this field.", true)]
public const Android.Views.PointerCaptureMode PointerCaptureModeUncaptured = 0;
[<Android.Runtime.Register("POINTER_CAPTURE_MODE_UNCAPTURED", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.PointerCaptureMode enum directly instead of this field.", true)>]
val mutable PointerCaptureModeUncaptured : Android.Views.PointerCaptureMode

欄位值

Value = 0
屬性

備註

一種「指標捕獲模式」,指針不會被捕獲。

將此傳入 requestPointerCapture(int) 等同於呼叫 releasePointerCapture()。

Android 參考資料。android.view.View.POINTER_CAPTURE_MODE_UNCAPTURED

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於