TouchDelegate.TouchDelegateInfo Property

Definition

Return a TouchDelegateInfo mapping from regions (in view coordinates) to delegated views for accessibility usage.

public virtual Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo TouchDelegateInfo { [Android.Runtime.Register("getTouchDelegateInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;", "GetGetTouchDelegateInfoHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getTouchDelegateInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;", "GetGetTouchDelegateInfoHandler", ApiSince=29)>]
member this.TouchDelegateInfo : Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo

Property Value

A TouchDelegateInfo.

Attributes

Remarks

Java documentation for android.view.TouchDelegate.getTouchDelegateInfo().

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