AccessibilityNodeInfo.LiveRegion Property

Definition

Gets the node's live region mode. -or- Sets the node's live region mode.

public virtual Android.Views.AccessibilityLiveRegion LiveRegion { [Android.Runtime.Register("getLiveRegion", "()I", "GetGetLiveRegionHandler")] get; [Android.Runtime.Register("setLiveRegion", "(I)V", "GetSetLiveRegion_IHandler")] set; }
[<get: Android.Runtime.Register("getLiveRegion", "()I", "GetGetLiveRegionHandler")>]
[<set: Android.Runtime.Register("setLiveRegion", "(I)V", "GetSetLiveRegion_IHandler")>]
member this.LiveRegion : Android.Views.AccessibilityLiveRegion with get, set

Property Value

AccessibilityLiveRegion

The live region mode, or View#ACCESSIBILITY_LIVE_REGION_NONE if the view is not a live region.

Attributes

Remarks

Property getter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.getLiveRegion().

Property setter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.setLiveRegion(int).

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

See also