Panel.GetZIndex(UIElement) Metodo

Definizione

Ottiene il valore della ZIndex proprietà per un determinato elemento.

public:
 static int GetZIndex(System::Windows::UIElement ^ element);
public static int GetZIndex(System.Windows.UIElement element);
static member GetZIndex : System.Windows.UIElement -> int
Public Shared Function GetZIndex (element As UIElement) As Integer

Parametri

element
UIElement

Elemento per il quale recuperare il ZIndex valore.

Valori restituiti

Posizione ZIndex dell'elemento.

Eccezioni

L'elemento è null.

Si applica a

Vedi anche