Share via


SettersExtensions.Add(IList<Setter>, BindableProperty, Object) Método

Definición

Se agrega un establecedor con un valor 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

Parámetros

setters
System.Collections.Generic.IList<Setter>

Lista de los establecedores a los que se va a agregar un establecedor que establezca property en value.

property
BindableProperty

Propiedad que se va a establecer.

value
System.Object

Valor en el que se va a establecer el conjunto de propiedades.

Se aplica a