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

適用於

另請參閱