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

Source Property (IImageListItem)

Show in webframe





Gets or sets the image associated with this IImageListItem object.
Syntax
ImageSource Source {get; set;}
'Declaration
 
Property Source As ImageSource
'Usage
 
Dim instance As IImageListItem
Dim value As ImageSource
 
instance.Source = value
 
value = instance.Source

            

            
property ImageSource^ Source {
   ImageSource^ get();
   void set (    ImageSource^ value);
}

Property Value

An System.Windows.Media.ImageSource object associated with this IImageListItem object.
Remarks

The ImageList control will draw this image onto the item surface. If the item does not have an image, the value of this property is null (Nothing in Visual Basic) and, nothing is drawn.

You can set the Source property directly with the item image or you can set the Uri property with the path to the image and let the control load the image.

You must ensure that the area defined by Width and Height is large enough to hold both the image size defined in ImageSize and the item text.

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.