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 添付プロパティを参照してください。

適用対象

こちらもご覧ください