Lingua

View.RectangleOnScreenRequestSourceScrollOnly Campo

Definizione

Attenzione

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

Rappresenta che l'interazione dell'utente che richiede un rettangolo sullo schermo esegue questa operazione solo per scorrere la visualizzazione sullo schermo e il rettangolo non è associato a un cursore di testo o allo stato attivo della tastiera.

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

Valore del campo

Value = 1
Attributi

Si applica a