| Visual Basic (Declaration) | |
|---|---|
Property Uri As Uri | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IImageListItem Dim value As Uri instance.Uri = value value = instance.Uri | |
| C# | |
|---|---|
Uri Uri {get; set;} | |
Property Value
A Uri that contains the uniform resource identifier (URI) of the Source image to view.For C#/VB examples, refer to IImageListItem.
The ImageList control will load the image specified in Uri, on success, the loaded System.Windows.Media.ImageSource object will be set in the Source property.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code