ViewGroup.MarginLayoutParams.MarginEnd 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 la marge de fin en pixels. -ou- Définit la marge de fin relative.
public virtual int MarginEnd { [Android.Runtime.Register("getMarginEnd", "()I", "GetGetMarginEndHandler")] get; [Android.Runtime.Register("setMarginEnd", "(I)V", "GetSetMarginEnd_IHandler")] set; }
[<get: Android.Runtime.Register("getMarginEnd", "()I", "GetGetMarginEndHandler")>]
[<set: Android.Runtime.Register("setMarginEnd", "(I)V", "GetSetMarginEnd_IHandler")>]
member this.MarginEnd : int with get, set
Valeur de propriété
marge de fin en pixels.
- Attributs
Remarques
Documentation getter de propriété :
Retourne la marge de fin en pixels.
Documentation Java pour android.view.ViewGroup.MarginLayoutParams.getMarginEnd()
.
Documentation du jeu de propriétés :
Définit la marge de fin relative. Les valeurs de marge doivent être positives.
Documentation Java pour android.view.ViewGroup.MarginLayoutParams.setMarginEnd(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.