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

Uri Property (IImageListItem)

Show in webframe





Gets or sets the uniform resource identifier (URI) of the Source image to view.
Syntax
Uri Uri {get; set;}
'Declaration
 
Property Uri As Uri
'Usage
 
Dim instance As IImageListItem
Dim value As Uri
 
instance.Uri = value
 
value = instance.Uri

            

            
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.
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 C#/VB examples, refer to IImageListItem.

Requirements

Target Platforms

See Also

Reference

IImageListItem Interface
IImageListItem Members

 

 


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