Freigeben über


Button.ImageSource Eigenschaft

Definition

Ermöglicht das Anzeigen eines Bitmapbilds auf der Schaltfläche. Dies ist eine bindbare Eigenschaft.

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

Eigenschaftswert

Hinweise

Weitere Optionen finden Sie unter ImageButton.

Gilt für: