Panel.GetZIndex(UIElement) Metoda

Definice

Získá hodnotu ZIndex vlastnosti pro daný prvek.

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

Parametry

element
UIElement

Prvek, pro který se má načíst ZIndex hodnota.

Návraty

Pozice ZIndex prvku.

Výjimky

Element je null.

Platí pro

Viz také