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. Developers can use a to compare against property values on the control that contains it by using objects, or on any bound property (including those on the enclosing control) by using objects. These can be mixed in the same list. The XML example below, when added to a Xamarin.Forms app with the correct project namespace, creates a UI that suggests that the user type in a secret and toggle a switch to check if the secret is correct. If the user enters "The text color is green", and toggles the to its On position, then the text that the user typed into the turns green. If either the text is altered to something other than the secret or the Switch is toggled to its Off position, the text returns to the default color ]]> Constructor 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.TypeTypeConverter)) The type of the trigger target. 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.