Partager via


Button.ImageSource Propriété

Définition

Permet d’afficher une image bitmap sur le bouton. Il s’agit d’une propriété pouvant être liée.

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

Valeur de propriété

Remarques

Pour plus d’options, consultez ImageButton.

S’applique à