Leadtools.WinForms Namespace > RasterImageList Class : ItemSpacingSize Property |
[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); }
For more information about item appearance, refer to RasterImageList Appearance.
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