Xamarin.Forms.Core 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.TriggerBase Xamarin.Forms.ContentProperty("Setters") Class that represents a list of property and binding conditions, and a list of setters that are applied when all of the conditions in the list are met. XAML for Xamarin.Forms supports the following properties for the class: Property Value Conditions A list of PropertyCondition and/or BindingCondition markup instances that specify the conditions that all must be met before all of the setters that are listed in Setters are applied. Setters A list of setters that are applied when all of the property conditions are 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 System.Collections.Generic.IList<Xamarin.Forms.Condition> Gets the list of conditions that must be satisfied in ordeer for the setters in the list to be invoked. 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 list of conditions in the property are all met. To be added. To be added.