←Select platform

ItemSpacingSize Property (RasterImageList)

Summary

Gets or sets the amount of space between adjacent items in the control.

Syntax

C#
VB
C++
[CategoryAttribute("Appearance")] 
[DescriptionAttribute("Size of spacing to leave between adjacent items in pixels.")] 
public Size ItemSpacingSize {get; set;} 
<CategoryAttribute("Appearance")> 
<DescriptionAttribute("Size of spacing to leave between adjacent items in pixels.")> 
Public Property ItemSpacingSize As Size 
[CategoryAttribute("Appearance")] 
[DescriptionAttribute("Size of spacing to leave between adjacent items in pixels.")] 
public: 
property Size ItemSpacingSize { 
   Size get(); 
   void set (    Size ); 
} 

Property Value

A System.Drawing.Size structure that contains the amount of space between adjacent items in this RasterImageList control in pixels.

Remarks

For more information about item appearance, refer to RasterImageList Appearance.

Example

For an example, refer to ItemBorderStyle

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize