Image.Source 屬性
表示映射的目錄路徑。
使用方式
<Image.Source/>
屬性
沒有屬性。
子元素
沒有子專案。
父元素
元素 |
---|
映像 |
備註
選擇性。
每個 影像最多可能會發生一次。
這個專案包含 xs:anyURI 類型或任何字元序列的值,代表統一資源識別項 (URI) 。 URI 值是功能區標記檔案的絕對或相對 (,) 點陣圖類型的影像資原始目錄路徑 (BMP) 。
範例
下列程式碼範例顯示透過一組 Image 元素宣告所需的標記,這是一組設計來支援四個特定螢幕 DPI 設定的影像資源集合。 Image.Source屬性可用來指定影像資源的路徑。
<Command Name="cmdSizeAndColor" Symbol="IDR_CMD_SIZEANDCOLOR">
<Command.LabelTitle>
<String Id="250">Size and Color</String>
</Command.LabelTitle>
<Command.LargeImages>
<Image Id="251" MinDPI="96">
<Image.Source>res/sizeAndColor_96.bmp</Image.Source>
</Image>
<Image Id="252" MinDPI="120">
<Image.Source>res/sizeAndColor_120.bmp</Image.Source>
</Image>
<Image Id="253" MinDPI="144">
<Image.Source>res/sizeAndColor_144.bmp</Image.Source>
</Image>
<Image Id="254" MinDPI="192">
<Image.Source>res/sizeAndColor_192.bmp</Image.Source>
</Image>
</Command.LargeImages>
</Command>
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 R2 [僅限傳統型應用程式] |