←Select platform

ItemSize Property

Summary

Gets or sets the size of each item in pixels.

Syntax

C#
VB
C++
public Size ItemSize { get; set; } 
Public Property ItemSize As Size 
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

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