IApplicationBarIconButton.IconUri Property

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Property IconUri As Uri
Uri IconUri { get; set; }
property Uri^ IconUri {
    Uri^ get ();
    void set (Uri^ value);
}
abstract IconUri : Uri with get, set

Property Value

Type: System.Uri

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

IApplicationBarIconButton Interface

Microsoft.Phone.Shell Namespace