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

属性

适用于