LinearLayout.Orientation Propriété
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.
Retourne l’orientation actuelle. -ou- Si la disposition doit être une colonne ou une ligne.
public virtual Android.Widget.Orientation Orientation { [Android.Runtime.Register("getOrientation", "()I", "GetGetOrientationHandler")] get; [Android.Runtime.Register("setOrientation", "(I)V", "GetSetOrientation_IHandler")] set; }
[<get: Android.Runtime.Register("getOrientation", "()I", "GetGetOrientationHandler")>]
[<set: Android.Runtime.Register("setOrientation", "(I)V", "GetSetOrientation_IHandler")>]
member this.Orientation : Android.Widget.Orientation with get, set
Valeur de propriété
ou #HORIZONTAL#VERTICAL
- Attributs
Remarques
Documentation getter de propriété :
Retourne l’orientation actuelle.
Documentation Java pour android.widget.LinearLayout.getOrientation().
Documentation du jeu de propriétés :
Si la disposition doit être une colonne ou une ligne.
Documentation Java pour android.widget.LinearLayout.setOrientation(int).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.