Sdílet prostřednictvím


Element.Effects Vlastnost

Definice

Získá nebo nastaví styly a vlastnosti, které budou použity na element během běhu.

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)

Hodnota vlastnosti

Kolekce obsahující různé Effect , které se mají použít na element.

Platí pro