Udostępnij za pośrednictwem


DataTrigger.Setters Property

Definition

Gets the list of Setter objects that will be applied when the binding that is named by the Binding property becomes equal to Value.

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