Click or drag to resize
BitmapImageUriSource Property
Gets or sets the Uniform Resource Identifier (URI) of the graphics source file that generated this BitmapImage. Returns an object describing the of the graphics source file that generated this BitmapImage.

Namespace: Windows.UI.Xaml.Media.Imaging
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Uri UriSource { get; set; }

Property Value

Type: Uri
See Also