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

ItemSize Property

Show in webframe





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

            

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

Property Value

The size of each item in pixels. Default value is 128, 128.
Remarks
In WPF Express, default value is fixed at 128 X 128.
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.