Xamarin.Forms.Trigger: Property Members

The properties of Xamarin.Forms.Trigger are listed below. For a list of all members, see the Trigger Members list.

See Also: Inherited members from Xamarin.Forms.TriggerBase

Public Properties

PropertyBindableProperty. Gets or sets the property whose value will be compared to Trigger.Value to determine when to invoke the setters.
[read-only]
SettersIList<Setter>. Gets the list of Xamarin.Forms.Setter objects that will be applied when the property that is named by Trigger.Property becomes equal to Trigger.Value.
Valueobject. Gets or sets the value of the property, named by the Trigger.Property property, that will cause the setters to be applied.