Android.Views.View.FilterTouchesWhenObscured Property
Gets whether the framework should discard touches when the view's window is obscured by another visible window.

Syntax

[get: Android.Runtime.Register("getFilterTouchesWhenObscured", "()Z", "GetGetFilterTouchesWhenObscuredHandler")]
[set: Android.Runtime.Register("setFilterTouchesWhenObscured", "(Z)V", "GetSetFilterTouchesWhenObscured_ZHandler")]
public virtual bool FilterTouchesWhenObscured { get; set; }

See Also

View.FilterTouchesWhenObscured
View.FilterTouchesWhenObscured

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets whether the framework should discard touches when the view's window is obscured by another visible window. Refer to the Android.Views.View security documentation for more details.

Set method documentation [Android Documentation]

Sets whether the framework should discard touches when the view's window is obscured by another visible window. Refer to the Android.Views.View security documentation for more details.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9