Share via


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 System.Collections.Generic.IList<Xamarin.Forms.Setter> Setters { get; }
member this.Setters : System.Collections.Generic.IList<Xamarin.Forms.Setter>

Property Value

System.Collections.Generic.IList<Setter>

Applies to