Grid.GetRow(UIElement) Método

Definição

Obtém o valor da propriedade anexada Row de uma UIElement fornecida.

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

O elemento do qual o valor da propriedade é lido.

Retornos

Int32

O valor da propriedade anexada Row.

Atributos

Aplica-se a