Grid.GetRowSpan(BindableObject) メソッド

定義

bindable 子要素の行のスパンを取得します。

public static int GetRowSpan (Xamarin.Forms.BindableObject bindable);
static member GetRowSpan : Xamarin.Forms.BindableObject -> int

パラメーター

bindable
BindableObject

Grid レイアウトに属する要素。

戻り値

Int32

子要素が含まれる行。

注釈

メソッドは、 GetRowSpan(BindableObject) 次の XAML 添付プロパティに対応します。

添付プロパティ[値]
RowSpan項目がまたがる行の数を表す整数。

メソッドの解説には、 SetRowSpan(BindableObject, Int32) の構文と、 RowSpan添付プロパティに関する情報が含まれています。

適用対象