共用方式為


Button.ImageSource 屬性

定義

允許您在按鈕上顯示點陣圖影像。 這是可繫結屬性。

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

屬性值

備註

如需更多選項,請參閱 ImageButton

適用於