VisualElement.Triggers Property

Definition

Gets the list of TriggerBase objects associated to this element. This is a read-only bindable property.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::TriggerBase ^> ^ Triggers { System::Collections::Generic::IList<Microsoft::Maui::Controls::TriggerBase ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.TriggerBase> Triggers { get; }
member this.Triggers : System.Collections.Generic.IList<Microsoft.Maui.Controls.TriggerBase>
Public ReadOnly Property Triggers As IList(Of TriggerBase)

Property Value

Applies to