Gets or sets the uniform resource identifier (URI) of the
Source image to view. This is a dependency property.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property Uri As Uri |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageListItem
Dim value As Uri
instance.Uri = value
value = instance.Uri |
C# | |
---|
public Uri Uri {get; set;} |
Property Value
A
Uri that contains the uniform resource identifier (URI) of the
Source image to view. Default value is null (
Nothing in Visual Basic).
Example
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also