次の方法で共有


Page.IconImageSource プロパティ

定義

このページに ImageSource 関連付けられているアイコンに使用する を取得または設定します。 これはバインド可能なプロパティです。

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

プロパティ値

注釈

たとえば、このアイコンは、ポップアップ メニューまたは タブ バーに と Title共に表示される場合があります。

適用対象