Grid.GetRow(UIElement) Method

Definition

Gets the value of the Row attached property from a given 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

Parameters

element
UIElement

The element from which to read the property value.

Returns

The value of the Row attached property.

Attributes

Applies to