次の方法で共有


Grid.GetColumn(BindableObject) メソッド

定義

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

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

パラメーター

bindable
BindableObject

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

戻り値

System.Int32

子要素が含まれる列。

注釈

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

添付プロパティ

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

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

適用対象