Grid.GetRow(UIElement) 方法

定義

從指定的 UIElement 取得 Row 附加屬性的值。

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 附加屬性的值。

屬性

適用於