Share via


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

Definition

Add a Setter with a value to the 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

Parameters

setters
System.Collections.Generic.IList<Setter>

The list of setters to which to add a setter that sets property to value.

property
BindableProperty

The property to set.

value
System.Object

The value to which to set the property set.

Applies to