Xamarin.Forms.SettersExtensions: Method Members

The methods of Xamarin.Forms.SettersExtensions are listed below. For a list of all members, see the SettersExtensions Members list.

See Also: Inherited members from System.Object

Public Methods

static
Add(this IList<Setter>, BindableProperty, object)
Add a Setter with a value to the IList<Setter>
static
AddBinding(this IList<Setter>, BindableProperty, Binding)
Add a Setter with a Binding to the IList<Setter>
static
AddDynamicResource(this IList<Setter>, BindableProperty, string)
Add a Setter with a DynamicResource to the IList<Setter>