BasePage.NavigationIcon Property

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

Syntax

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

Property Value

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

Implements

INavigationPage.NavigationIcon

.NET Framework Security

See Also

Reference

BasePage Class

Microsoft.TeamFoundation.Controls.WPF Namespace