Gets or sets the source for the image by specifying the URI for its image file location.
| XAML | <object Source="string" .../> |
| Scripting | value = object.Source object.Source = value |
Property Value
string
The source of the drawn image, as a URI.
This property is read/write. The default value is null.
Applies To
Image
See Also
Imaging Overview
Using a Downloader Object
ImageFailed