Поделиться через


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 элементы, применяемые к элементу .

Применяется к