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") Xamarin.Forms.Xaml.AcceptEmptyServiceProvider Class that represents a condition on an arbitrary binding, along with a list of objects that will be applied when the condition is met. The class is suitable for checking values on other controls, as well as any property on the control to which it has been added. That is, its default binding context is the control to which it has been added. The XML example below prompts the user to type in the secret, which is, "The text color is green". When the user has typed "The", the Entry text changes color to red. When the user completes the secret, the Label text turns green. The code is turned back to the default color if the user then edits the secret. This example shows how to bind to the enclosing control (Entry from Entry), and to an arbitary control (Entry from Label) ]]> 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 object on which the data trigger will 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 For internal use by the XAML infrastructure. For internal use by the XAML infrastructure. To be added. To be added.