IView.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.
Détermine l’ordre de dessin de cet IView dans un ILayout ; les index z plus élevés dessinent sur les index z inférieurs.
public:
property int ZIndex { int get(); };
public int ZIndex { get; }
member this.ZIndex : int
Public ReadOnly Property ZIndex As Integer