Android.Views.View.TouchDelegate Property
Gets the TouchDelegate for this View.

Syntax

[get: Android.Runtime.Register("getTouchDelegate", "()Landroid/view/TouchDelegate;", "GetGetTouchDelegateHandler")]
[set: Android.Runtime.Register("setTouchDelegate", "(Landroid/view/TouchDelegate;)V", "GetSetTouchDelegate_Landroid_view_TouchDelegate_Handler")]
public virtual TouchDelegate TouchDelegate { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the TouchDelegate for this View.

Set method documentation [Android Documentation]

Sets the TouchDelegate for this View.

Requirements

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