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
- 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.