VisualElement.Triggers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
Property Value
System.Collections.Generic.IList<TriggerBase>