←Select platform

ItemSize Property

Summary

Gets or sets the size of each item in pixels.

Syntax

C#
VB
C++
[CategoryAttribute("Appearance")] 
[DescriptionAttribute("Size of each item (including image and text) in pixels.")] 
public Size ItemSize {get; set;} 
<CategoryAttribute("Appearance")> 
<DescriptionAttribute("Size of each item (including image and text) in pixels.")> 
Public Property ItemSize As Size 
[CategoryAttribute("Appearance")] 
[DescriptionAttribute("Size of each item (including image and text) in pixels.")] 
public: 
property Size ItemSize { 
   Size get(); 
   void set (    Size ); 
} 

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
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Windows.Controls Assembly
Click or drag to resize