MapElement.ZIndex 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.
Obtient ou définit l’index z de l’élément MapElement. Un MapElement avec un z-index supérieur s’affiche au-dessus d’un MapElement avec un z-index inférieur.
public:
property int ZIndex { int get(); void set(int value); };
int ZIndex();
void ZIndex(int value);
public int ZIndex { get; set; }
var int32 = mapElement.zIndex;
mapElement.zIndex = int32;
Public Property ZIndex As Integer
Valeur de propriété
Int32
int
Z-index de l’élément MapElement.