Element.Effects Property

Definition

Gets or sets the styles and properties that will be applied to the element during 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)

Property Value

A collection containing the different Effect to be applied to the element.

Applies to