MultiTrigger.Setters Property

Definition

Gets the list of Setter objects that will be applied when the list of conditions in the Conditions property are all met.

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

Property Value

Applies to