Grid.GetRow(UIElement) Метод

Определение

Получает значение присоединенного свойства Row из заданного элемента 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

Параметры

element
UIElement

Элемент, из которого считывается значение свойства.

Возвращаемое значение

Int32

Значение присоединенного свойства Row .

Атрибуты

Применяется к