IWorkspace.Image Property

Applies to v2.

Gets a 28x25 image for the workspace.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Image As ImageSource 
    Get
'Usage
Dim instance As IWorkspace 
Dim value As ImageSource 

value = instance.Image
ImageSource Image { get; }
property ImageSource^ Image {
    ImageSource^ get ();
}
abstract Image : ImageSource
function get Image () : ImageSource

Property Value

Type: System.Windows.Media.ImageSource
An image for the workspace.

See Also

Reference

IWorkspace Interface

Microsoft.WebMatrix.Extensibility Namespace