SettersExtensions.Add(IList<Setter>, BindableProperty, Object) Metoda

Definice

Přidání setteru s hodnotou do setter seznamu IList<>

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

Parametry

setters
System.Collections.Generic.IList<Setter>

Seznam setterů, do kterých se má přidat setter, který nastaví property na value.

property
BindableProperty

Vlastnost, kterou chcete nastavit.

value
System.Object

Hodnota, na kterou chcete nastavit sadu vlastností.

Platí pro