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

ItemImageSize Property

Show in webframe





Gets or sets the item image size in pixels.
Syntax
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Size of each item image in pixels.")]
public Size ItemImageSize {get; set;}
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Size of each item image in pixels.")>
Public Property ItemImageSize As Size
'Usage
 
Dim instance As ImageList
Dim value As Size
 
instance.ItemImageSize = value
 
value = instance.ItemImageSize

            

            
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Size of each item image in pixels.")]
public:
property Size ItemImageSize {
   Size get();
   void set (    Size value);
}

Property Value

The size of the image box inside this item in pixels. Default value is 128, 102.
Remarks

Use the ItemSize property to set the overall item size. The image will be drawn inside the rectangle define by ItemImageSize and centered inside ItemSize.

Changing this property will make this control loop through all the items and setting IImageListItem.ImageSize accordingly.

Example

For XAML example, refer to ItemBorderBrush.

For C#/VB examples, refer to ItemBorderBrush.

Requirements

Target Platforms

See Also

Reference

ImageList Class
ImageList Members

 

 


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