Element.Effects 屬性

定義

取得或設定將在運行時間套用至項目的樣式和屬性。

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)

屬性值

集合,其中包含要套用至專案的不同 Effect

適用於