Xamarin.Forms.Core 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.TriggerBase Xamarin.Forms.Xaml.IValueProvider Xamarin.Forms.ContentProperty("Setters") Class that represents a binding condition and a list of objects that will be applied when the condition is met. XAML for Xamarin.Forms supports the following properties for the class: Property Value Property The name of the property whose value to compare against Value. Value The value of the property that will trigger the setters in Setters. Setters A list of setters that are called when the property condition is met. Each Setter tag or tag pair in the list has a Property and Value that represents the assignments to perform when the condition is met. Constructor 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.TypeTypeConverter)) To be added. Initializes a new instance. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindingBase Gets or sets the binding whose value will be compared to to determine when to invoke the setters. To be added. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Collections.Generic.IList<Xamarin.Forms.Setter> Gets the list of objects that will be applied when the binding that is named by the property becomes equal to . To be added. To be added. Property 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Object Gets or sets the value of the binding, named by the property, that will cause the setters to be applied. To be added. To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Object To be added. XAML infrastructure. To be added. To be added.