Xamarin.Forms.MultiTrigger Members

The members of Xamarin.Forms.MultiTrigger are listed below.

See Also: Inherited members from Xamarin.Forms.TriggerBase

Public Constructors

Initializes a new Xamarin.Forms.MultiTrigger instance.

Public Properties

[read-only]
ConditionsIList<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]
SettersIList<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.