Grid.GetRowSpan(UIElement) メソッド

定義

特定のRowSpanからUIElement添付プロパティの値を取得します。

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

プロパティ値の読み取り元の要素。

返品

RowSpan添付プロパティの値。

属性

適用対象