다음을 통해 공유


Style.Behaviors 속성

정의

Style에 속하는 Behavior 개체의 목록을 가져옵니다.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::Behavior ^> ^ Behaviors { System::Collections::Generic::IList<Microsoft::Maui::Controls::Behavior ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.Behavior> Behaviors { get; }
member this.Behaviors : System.Collections.Generic.IList<Microsoft.Maui.Controls.Behavior>
Public ReadOnly Property Behaviors As IList(Of Behavior)

속성 값

적용 대상