Xamarin.Forms.MultiTrigger Class
Class that represents a list of property and binding conditions, and a list of setters that are applied when all of the conditions in the list are met.

See Also: MultiTrigger Members

Syntax

[Xamarin.Forms.ContentProperty("Setters")]
public sealed class MultiTrigger : TriggerBase

Remarks

The Xamarin.Forms.MultiTrigger class has the following XAML properties:

PropertyValue
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.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.3.0.0