SettersExtensions.Add(IList<Setter>, BindableProperty, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.