Gets or sets the amount of space between adjacent items in the control.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImageList
Dim value As Size
instance.ItemSpacingSize = value
value = instance.ItemSpacingSize
|
Return Value
A
Size structure that contains the amount of space between adjacent items in this
RasterImageList control in pixels.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also