TaskTabItemDescriptor.ImageSource Property

Applies to v2.

Gets or sets the image to be displayed on top of the tab (will be optionally used by WebMatrix).

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

Syntax

'Declaration
Public Overridable Property ImageSource As ImageSource 
    Get 
    Set
'Usage
Dim instance As TaskTabItemDescriptor 
Dim value As ImageSource 

value = instance.ImageSource

instance.ImageSource = value
public virtual ImageSource ImageSource { get; set; }
public:
virtual property ImageSource^ ImageSource {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
abstract ImageSource : ImageSource with get, set 
override ImageSource : ImageSource with get, set
function get ImageSource () : ImageSource 
function set ImageSource (value : ImageSource)

Property Value

Type: System.Windows.Media.ImageSource
The image to be displayed on top of the tab (will be optionally used by WebMatrix).

See Also

Reference

TaskTabItemDescriptor Class

Microsoft.WebMatrix.Extensibility Namespace