Panel.GetZIndex(UIElement) Metodo

Definizione

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

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

L'elemento per il quale recuperare il valore ZIndex.

Restituisce

Posizione ZIndex dell'elemento.

Eccezioni

L'elemento è null.

Si applica a

Vedi anche