View.ImportantForAccessibilityYes Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.ImportantForAccessibility enum directly instead of this field.

The view is important for accessibility.

[Android.Runtime.Register("IMPORTANT_FOR_ACCESSIBILITY_YES")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAccessibility enum directly instead of this field.", true)]
public const Android.Views.ImportantForAccessibility ImportantForAccessibilityYes = 1;
[<Android.Runtime.Register("IMPORTANT_FOR_ACCESSIBILITY_YES")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAccessibility enum directly instead of this field.", true)>]
val mutable ImportantForAccessibilityYes : Android.Views.ImportantForAccessibility

Field Value

Value = 1
Attributes

Remarks

The view is important for accessibility.

Java documentation for android.view.View.IMPORTANT_FOR_ACCESSIBILITY_YES.

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