Android.Views.View.ImportantForAccessibilityNoHideDescendants Field
The view is not important for accessibility, nor are any of its descendant views.

Value: 4

Syntax

[Android.Runtime.Register("IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAccessibility enum directly instead of this field.")]
public const ImportantForAccessibility ImportantForAccessibilityNoHideDescendants

Remarks

The view is not important for accessibility, nor are any of its descendant views.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1