次の方法で共有


VisualElement.Triggers プロパティ

定義

この要素に関連付けられているオブジェクトの TriggerBase 一覧を取得します。 これはバインド可能な読み取り専用プロパティです。

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)

プロパティ値

適用対象