Share via


Element.Effects Proprietà

Definizione

Ottiene o imposta gli stili e le proprietà che verranno applicati all'elemento durante il runtime.

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)

Valore della proprietà

Raccolta contenente l'oggetto diverso Effect da applicare all'elemento.

Si applica a