Version

ImageResolved Property

Returns the resolved Image (read-only)
Syntax
'Declaration
 
Public ReadOnly Property ImageResolved As RichTextImage
public RichTextImage ImageResolved {get;}

Property Value

Either the downloaded image based on the ImageUri or the Image property if the ImageUri is not set, does not identify a supported image file format or if the download has not completed.
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