VariableSizedWrapGrid.GetRowSpan(UIElement) 方法

定义

从目标元素获取 VariableSizedWrapGrid.RowSpan XAML 附加属性的值。

public:
 static int GetRowSpan(UIElement ^ element);
 static int GetRowSpan(UIElement const& element);
public static int GetRowSpan(UIElement element);
function getRowSpan(element)
Public Shared Function GetRowSpan (element As UIElement) As Integer

参数

element
UIElement

目标元素。

返回

Int32

int

获取的值。

注解

有关详细信息,请参阅 VariableSizedWrapGrid.RowSpan 附加属性。

适用于

另请参阅