Share via


INavigationHeadlineControl.Icon Property

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Property Icon As ImageSource
ImageSource Icon { get; set; }
property ImageSource^ Icon {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
abstract Icon : ImageSource with get, set
function get Icon () : ImageSource 
function set Icon (value : ImageSource)

Property Value

Type: System.Windows.Media.ImageSource
Returns ImageSource.

.NET Framework Security

See Also

Reference

INavigationHeadlineControl Interface

Microsoft.TeamFoundation.Controls.WPF Namespace