次の方法で共有


Grid.GetRowSpan(BindableObject) メソッド

定義

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

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

パラメーター

bindable
BindableObject

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

戻り値

System.Int32

子要素が含まれる行。

注釈

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

添付プロパティ
RowSpanアイテムがまたがる行数を表す整数。

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

適用対象