Grid.GetColumn(BindableObject) メソッド

定義

bindable 子要素の列を取得します。

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

パラメーター

bindable
BindableObject

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

戻り値

Int32

子要素が含まれる列。

注釈

メソッドは、 GetColumn(BindableObject) 次の XAML 添付プロパティによって設定された値に対応します。

添付プロパティ[値]
Column

項目が表示される列を表す整数。

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

適用対象