Grid.GetRow(UIElement) Método

Definición

Obtiene el valor de la Row propiedad adjunta de un determinado 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

Parámetros

element
UIElement

Elemento desde el que se va a leer el valor de la propiedad.

Devoluciones

Valor de la Row propiedad adjunta.

Atributos

Se aplica a