View.TouchDelegate Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
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.
Produkt | Wersje |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |