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

속성 값을 읽을 요소입니다.

반품

연결된 속성의 Row 값입니다.

특성

적용 대상