AccessibilityNodeInfo.ExpandedStatePartial Campo

Definición

Precaución

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

Estado expandido para un elemento expandible expandido que todavía se puede expandir aún más.

[Android.Runtime.Register("EXPANDED_STATE_PARTIAL", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ExpandedState enum directly instead of this field.", true)]
public const Android.Views.Accessibility.ExpandedState ExpandedStatePartial = 2;
[<Android.Runtime.Register("EXPANDED_STATE_PARTIAL", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ExpandedState enum directly instead of this field.", true)>]
val mutable ExpandedStatePartial : Android.Views.Accessibility.ExpandedState

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

Estado expandido para un elemento expandible expandido que todavía se puede expandir aún más.

Java documentación para android.view.accessibility.AccessibilityNodeInfo.EXPANDED_STATE_PARTIAL.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a