Page.IconImageSource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。