Share via


ItemControl.ItemIcon Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/Set the icon bitmap

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

Syntax

'Declaration
Public Property ItemIcon As ImageSource
public ImageSource ItemIcon { get; set; }
public:
property ImageSource^ ItemIcon {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
member ItemIcon : ImageSource with get, set
function get ItemIcon () : ImageSource 
function set ItemIcon (value : ImageSource)

Property Value

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

.NET Framework Security

See Also

Reference

ItemControl Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace