VisualElement.Triggers Propriedade

Definição

Obtém a lista de TriggerBase objetos associados a esse elemento. Essa é uma propriedade associável somente leitura.

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)

Valor da propriedade

Aplica-se a