다음을 통해 공유


Setter.Property 속성

정의

설정할 값을 BindableProperty 가져오거나 설정합니다.

public:
 property Microsoft::Maui::Controls::BindableProperty ^ Property { Microsoft::Maui::Controls::BindableProperty ^ get(); void set(Microsoft::Maui::Controls::BindableProperty ^ value); };
public Microsoft.Maui.Controls.BindableProperty Property { get; set; }
member this.Property : Microsoft.Maui.Controls.BindableProperty with get, set
Public Property Property As BindableProperty

속성 값

설명

바인딩 가능한 속성만 .을 Setter사용하여 설정할 수 있습니다.

.

적용 대상