LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

ItemSpacingSize Property (RasterImageList)






Gets or sets the amount of space between adjacent items in the control.
Syntax
[DescriptionAttribute("Size of spacing to leave between adjacent items in pixels.")]
[CategoryAttribute("Appearance")]
public Size ItemSpacingSize {get; set;}
'Declaration
 
<DescriptionAttribute("Size of spacing to leave between adjacent items in pixels.")>
<CategoryAttribute("Appearance")>
Public Property ItemSpacingSize As Size
'Usage
 
Dim instance As RasterImageList
Dim value As Size
 
instance.ItemSpacingSize = value
 
value = instance.ItemSpacingSize
[DescriptionAttribute("Size of spacing to leave between adjacent items in pixels.")]
[CategoryAttribute("Appearance")]
public Size ItemSpacingSize {get; set;}
DescriptionAttribute("Size of spacing to leave between adjacent items in pixels.")
CategoryAttribute("Appearance")
 get_ItemSpacingSize();
set_ItemSpacingSize(value);
[DescriptionAttribute("Size of spacing to leave between adjacent items in pixels.")]
[CategoryAttribute("Appearance")]
public:
property Size ItemSpacingSize {
   Size get();
   void set (    Size value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.