View.TouchDelegate Property

Definition

Gets the TouchDelegate for this View. -or- Sets the TouchDelegate for this View.

public virtual Android.Views.TouchDelegate? TouchDelegate { [Android.Runtime.Register("getTouchDelegate", "()Landroid/view/TouchDelegate;", "GetGetTouchDelegateHandler")] get; [Android.Runtime.Register("setTouchDelegate", "(Landroid/view/TouchDelegate;)V", "GetSetTouchDelegate_Landroid_view_TouchDelegate_Handler")] set; }
[<get: Android.Runtime.Register("getTouchDelegate", "()Landroid/view/TouchDelegate;", "GetGetTouchDelegateHandler")>]
[<set: Android.Runtime.Register("setTouchDelegate", "(Landroid/view/TouchDelegate;)V", "GetSetTouchDelegate_Landroid_view_TouchDelegate_Handler")>]
member this.TouchDelegate : Android.Views.TouchDelegate with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Gets the TouchDelegate for this View.

Java documentation for android.view.View.getTouchDelegate().

Property setter documentation:

Sets the TouchDelegate for this View.

Java documentation for android.view.View.setTouchDelegate(android.view.TouchDelegate).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to