共用方式為


Setter.Property 屬性

定義

要套用指派的屬性。

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 設定可系結的屬性。

.

適用於