View.TouchDelegate Property

Definition

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

C#
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; }

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

Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35