PageNavigator.HeadlineIcon Property

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

Syntax

'Declaration
Public Property HeadlineIcon As ImageSource
public ImageSource HeadlineIcon { get; set; }
public:
virtual property ImageSource^ HeadlineIcon {
    ImageSource^ get () sealed;
    void set (ImageSource^ value) sealed;
}
abstract HeadlineIcon : ImageSource with get, set 
override HeadlineIcon : ImageSource with get, set
final function get HeadlineIcon () : ImageSource 
final function set HeadlineIcon (value : ImageSource)

Property Value

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

Implements

IPageNavigator.HeadlineIcon

.NET Framework Security

See Also

Reference

PageNavigator Class

Microsoft.TeamFoundation.Controls.WPF Namespace