The properties of Xamarin.Forms.MultiTrigger are listed below. For a list of all members, see the MultiTrigger Members list.
See Also: Inherited members from Xamarin.Forms.TriggerBase
| [read-only] | Conditions | IList<Condition>. Gets the list of conditions that must be satisfied in ordeer for the setters in the MultiTrigger.Setters list to be invoked. |
| [read-only] | Setters | IList<Setter>. Gets the list of Xamarin.Forms.Setter objects that will be applied when the list of conditions in the MultiTrigger.Condtions property are all met. |