Xamarin.Forms.MultiTrigger: Property Members

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

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.