Grid.GetRow(UIElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 ler o valor da propriedade.
Retornos
O valor da Row propriedade anexada.
- Atributos