次の方法で共有


SettersExtensions.Add(IList<Setter>, BindableProperty, Object) メソッド

定義

値を含むセッターを IList<Setter> に追加する

public static void Add (this System.Collections.Generic.IList<Xamarin.Forms.Setter> setters, Xamarin.Forms.BindableProperty property, object value);
static member Add : System.Collections.Generic.IList<Xamarin.Forms.Setter> * Xamarin.Forms.BindableProperty * obj -> unit

パラメーター

setters
System.Collections.Generic.IList<Setter>

propertyvalue に設定するセッターを追加するセッターの一覧。

property
BindableProperty

設定するプロパティ。

value
System.Object

プロパティ セットを設定する値。

適用対象