LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Uri Property
See Also 
Leadtools.Windows.Controls Namespace > IImageListItem Interface : Uri Property



Gets or sets the uniform resource identifier (URI) of the Source image to view. Supported in Silverlight, Windows Phone 7

Syntax

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;}
C++/CLI 
property Uri^ Uri {
   Uri^ get();
   void set (    Uri^ value);
}

Property Value

A Uri that contains the uniform resource identifier (URI) of the Source image to view.

Example

For C#/VB examples, refer to IImageListItem.

Remarks

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.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also