DashboardItem.Image プロパティ
v2 に適用されます。
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 の画像のソース。