NavigationHeadlineControl.Icon Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property Icon As ImageSource
public ImageSource Icon { get; set; }
public:
virtual property ImageSource^ Icon {
ImageSource^ get () sealed;
void set (ImageSource^ value) sealed;
}
abstract Icon : ImageSource with get, set
override Icon : ImageSource with get, set
final function get Icon () : ImageSource
final function set Icon (value : ImageSource)
Property Value
Type: System.Windows.Media.ImageSource
Returns ImageSource.
Implements
INavigationHeadlineControl.Icon
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.