See Also: MultiTrigger Members
The Xamarin.Forms.MultiTrigger class has the following XAML properties:
| Property | Value |
|---|---|
| Property | The name of the property whose value to compare against Value. |
| Conditions | A list of PropertyCondition and/or BindingCondition markup instances that specify the conditions that all must be met before all of the setters that are listed in Setters are applied. |
| Setters | A list of setters that are applied when all of the property conditions are met. Each Setter tag or tag pair in the list has a Property and Value that represents the assignments to perform when the condition is met. |