The members of Xamarin.Forms.Trigger are listed below.
See Also: Inherited members from Xamarin.Forms.TriggerBase
| Initializes a new Xamarin.Forms.Trigger instance. |
| Property | BindableProperty. Gets or sets the property whose value will be compared to Trigger.Value to determine when to invoke the setters. | |
| [read-only] | Setters | IList<Setter>. Gets the list of Xamarin.Forms.Setter objects that will be applied when the property that is named by Trigger.Property becomes equal to Trigger.Value. |
| Value | object. Gets or sets the value of the property, named by the Trigger.Property property, that will cause the setters to be applied. |
| Xamarin.Forms.Xaml.IValueProvider.ProvideValue | This property supports XAML infrastructure and is not intended to be directly used by application developers. |