Grid.GetRow(UIElement) Método

Definición

Obtiene el valor de la propiedad adjunta Row de un UIElement determinado.

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 propiedad.

Devoluciones

Int32

Valor de la propiedad adjunta Row .

Atributos

Se aplica a