DashboardItem.Image 屬性
適用於版本2
取得要顯示在項目旁邊之 32x32 影像的來源。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Property Image As ImageSource
Get
Private Set
'用途
Dim instance As DashboardItem
Dim value As ImageSource
value = instance.Image
public ImageSource Image { get; private set; }
public:
property ImageSource^ Image {
ImageSource^ get ();
private: void set (ImageSource^ value);
}
member Image : ImageSource with get, private set
function get Image () : ImageSource
private function set Image (value : ImageSource)
屬性值
型別:System.Windows.Media.ImageSource
要顯示在項目旁邊之 32x32 影像的來源。