Element.Effects Propriété

Définition

Obtient ou définit les styles et propriétés qui seront appliqués à l’élément pendant l’exécution.

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

Valeur de propriété

Collection contenant le différent Effect à appliquer à l’élément .

S’applique à