Condividi tramite


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

Definizione

Aggiunge un setter con un valore a 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

Parametri

setters
System.Collections.Generic.IList<Setter>

Elenco dei setter a cui aggiungere un setter che imposta property su value.

property
BindableProperty

Proprietà da impostare.

value
System.Object

Valore sul quale impostare la proprietà.

Si applica a