The members of Xamarin.Forms.MultiTrigger are listed below.
See Also: Inherited members from Xamarin.Forms.TriggerBase
| Initializes a new Xamarin.Forms.MultiTrigger instance. |
| [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. |