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