VisualElement.Triggers Property
Definition
Gets the list of Trigger associated to this element. This is a bindable property.
public System.Collections.Generic.IList<Xamarin.Forms.TriggerBase> Triggers { get; }
member this.Triggers : System.Collections.Generic.IList<Xamarin.Forms.TriggerBase>