←Select platform

Uri Property

Summary

Gets or sets the uniform resource identifier (URI) of the Source image to view.

Syntax

C#
VB
C++
public Uri Uri { get; set; } 
  
Property Uri As Uri 
property Uri^ Uri { 
   Uri^ get(); 
   void set (    Uri^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly