LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

Uri Property (ImageListItem)






Gets or sets the uniform resource identifier (URI) of the Source image to view. This is a dependency property. .NET support Silverlight support
Syntax
public Uri Uri {get; set;}
'Declaration
 
Public Property Uri As Uri
'Usage
 
Dim instance As ImageListItem
Dim value As Uri
 
instance.Uri = value
 
value = instance.Uri
public Uri Uri {get; set;}
 get_Uri();
set_Uri(value);
public:
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. Default value is null (Nothing in Visual Basic).
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.

Example

For XAML example, refer to ImageList.

For C#/VB examples, refer to ImageList.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageListItem Class
ImageListItem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.