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

适用于