Grid.GetRowSpan(UIElement) 方法

定義

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

public:
 static int GetRowSpan(System::Windows::UIElement ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static int GetRowSpan (System.Windows.UIElement element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetRowSpan : System.Windows.UIElement -> int
Public Shared Function GetRowSpan (element As UIElement) As Integer

參數

element
UIElement

要從中讀取屬性值的項目。

傳回

Int32

RowSpan 附加屬性的值。

屬性

適用於