Grid.GetRow(UIElement) Metoda

Definice

Získá hodnotu Row připojené vlastnosti z dané 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 se má číst hodnota vlastnosti.

Návraty

Int32

Hodnota Row připojené vlastnosti.

Atributy

Platí pro