View.RectangleOnScreenRequestSourceScrollOnly Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Views.ViewRectangleOnScreenRequestSource enum directly instead of this field.
Représente que l’interaction utilisateur qui demande un rectangle à l’écran ne fait que faire défiler l’affichage à l’écran et que le rectangle n’est pas associé à un curseur de texte ou au focus clavier.
[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
Valeur de champ
Value = 1- Attributs