ActivityOptions.AllowPassThroughOnTouchOutside プロパティ

定義

ソース アクティビティが、to-be起動されたアプリからのオーバーレイ アクティビティが、タッチがコンテンツ ウィンドウの外に落ちたときにタッチ イベントを通過できるかどうかを返します。

public virtual bool AllowPassThroughOnTouchOutside { [Android.Runtime.Register("isAllowPassThroughOnTouchOutside", "()Z", "GetIsAllowPassThroughOnTouchOutsideHandler", ApiSince=36)] get; [Android.Runtime.Register("setAllowPassThroughOnTouchOutside", "(Z)V", "GetSetAllowPassThroughOnTouchOutside_ZHandler", ApiSince=36)] set; }
[<get: Android.Runtime.Register("isAllowPassThroughOnTouchOutside", "()Z", "GetIsAllowPassThroughOnTouchOutsideHandler", ApiSince=36)>]
[<set: Android.Runtime.Register("setAllowPassThroughOnTouchOutside", "(Z)V", "GetSetAllowPassThroughOnTouchOutside_ZHandler", ApiSince=36)>]
member this.AllowPassThroughOnTouchOutside : bool with get, set

プロパティ値

属性

注釈

ソース アクティビティが、to-be起動されたアプリからのオーバーレイ アクティビティが、タッチがコンテンツ ウィンドウの外に落ちたときにタッチ イベントを通過できるかどうかを返します。

関連項目も参照:

android.app.ActivityOptions.isAllowPassThroughOnTouchOutsideの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象