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 를 포함하는 컬렉션입니다.

적용 대상