LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Uri Property (ImageListItem)

Show in webframe





Gets or sets the uniform resource identifier (URI) of the Source image to view. This is a dependency property.
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:
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

See Also

Reference

ImageListItem Class
ImageListItem Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.