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.ImagingAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntaxpublic Uri UriSource { get; set; }
Property Value
Type:
Uri
See Also