The properties of Xamarin.Forms.Trigger are listed below. For a list of all members, see the Trigger Members list.
See Also: Inherited members from Xamarin.Forms.TriggerBase
| 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. |