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 图像的源。