FlexLayout.SetAlignSelf(BindableObject, FlexAlignSelf) メソッド

定義

この子要素の要素に対し、親要素の項目の配置を必要に応じてオーバーライドする値を設定します。

public static void SetAlignSelf (Xamarin.Forms.BindableObject bindable, Xamarin.Forms.FlexAlignSelf value);
static member SetAlignSelf : Xamarin.Forms.BindableObject * Xamarin.Forms.FlexAlignSelf -> unit

パラメーター

bindable
BindableObject

プロパティ値の取得対象となるオブジェクト。

value
FlexAlignSelf

新しい自己調整値。

注釈

次の図は、 の値を持つレイアウトに対する のStretch効果FlexLayout.SetAlignSelf(c, FlexAlignSelf.Start);AlignItems示しています。

適用対象