Version

ImageUri Property

Gets or sets source URI of the image.
Syntax
'Declaration
 
Public Property ImageUri As String
public string ImageUri {get; set;}
Remarks

If Image is specified then that will be used until the image identified by ImageUri has been successfully downloaded, which is automatically triggered by the layout engine. If ImageUri is not set then the Image will always be used.

Note: the read-only ImageResolved property will return the image that is actually used based on this resolution process.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also