LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

ItemSpacingSize Property (RasterImageList)

Show in webframe





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

            

            
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Size of spacing to leave between adjacent items in pixels.")]
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

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.