Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets the source of a 32x32 image to display next to the item.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Image As ImageSource
Get
Private Set
'Usage
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)
Property Value
Type: System.Windows.Media.ImageSource
The source of a 32x32 image to display next to the item.