AccessibilityNodeInfo.TouchDelegateInfo.RegionCount Property

Definition

Returns the number of touch delegate target region.

public int RegionCount { [Android.Runtime.Register("getRegionCount", "()I", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getRegionCount", "()I", "", ApiSince=29)>]
member this.RegionCount : int

Property Value

Number of touch delegate target region.

Attributes

Remarks

Returns the number of touch delegate target region.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo.getRegionCount().

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