Trigger.Property 属性

定义

获取或设置其值将与 Value 进行比较以确定何时调用资源库的属性。

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

属性值

适用于