Xamarin.Forms.SettersExtensions Members

The members of Xamarin.Forms.SettersExtensions are listed below.

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>