Grid.GetRow(UIElement) Metoda

Definice

Získá hodnotu Row připojené vlastnosti z daného UIElement.

public:
 static int GetRow(System::Windows::UIElement ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static int GetRow(System.Windows.UIElement element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetRow : System.Windows.UIElement -> int
Public Shared Function GetRow (element As UIElement) As Integer

Parametry

element
UIElement

Prvek, ze kterého chcete přečíst hodnotu vlastnosti.

Návraty

Hodnota Row připojené vlastnosti.

Atributy

Platí pro