TextView.SetFrame(Int32, Int32, Int32, Int32) Méthode
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.
Affectez une taille et une position à cette vue.
[Android.Runtime.Register("setFrame", "(IIII)Z", "GetSetFrame_IIIIHandler")]
protected virtual bool SetFrame(int l, int t, int r, int b);
[<Android.Runtime.Register("setFrame", "(IIII)Z", "GetSetFrame_IIIIHandler")>]
abstract member SetFrame : int * int * int * int -> bool
override this.SetFrame : int * int * int * int -> bool
Paramètres
- l
- Int32
Position de gauche, par rapport au parent
- t
- Int32
Position supérieure, par rapport au parent
- r
- Int32
Position droite, par rapport au parent
- b
- Int32
Position inférieure, par rapport au parent
Retours
- Attributs
Remarques
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.