MapLayer.ZIndex Propriété

Définition

Obtient ou définit l’index z de MapLayer. Un MapLayer avec un z-index supérieur s’affiche au-dessus d’un MapLayer 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 = mapLayer.zIndex;
mapLayer.zIndex = int32;
Public Property ZIndex As Integer

Valeur de propriété

Int32

int

Z-index de MapLayer.

S’applique à