Grid.GetRow(UIElement) Méthode

Définition

Obtient la valeur de la Row propriété jointe à partir d’un donné 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

Paramètres

element
UIElement

Élément à partir duquel lire la valeur de propriété.

Retours

Valeur de la Row propriété jointe.

Attributs

S’applique à