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 を含むコレクション。

適用対象