Язык

View.FocusableAuto Поле

Определение

Внимание!

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

Это представление определяет возможность фокусировки автоматически.

[Android.Runtime.Register("FOCUSABLE_AUTO", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewFocusability enum directly instead of this field.", true)]
public const Android.Views.ViewFocusability FocusableAuto = 16;
[<Android.Runtime.Register("FOCUSABLE_AUTO", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ViewFocusability enum directly instead of this field.", true)>]
val mutable FocusableAuto : Android.Views.ViewFocusability

Значение поля

Value = 16
Атрибуты

Комментарии

Это представление определяет возможность фокусировки автоматически. Это значение по умолчанию.

Используйте с #setFocusable(int)<>android:focusable</c.>

Java документации по android.view.View.FOCUSABLE_AUTO.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к