共用方式為


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

適用於