←Select platform

ItemSpacingSize Property (RasterThumbnailBrowser)

Summary

Gets or sets the amount of space between adjacent items in the control.

Syntax

C#
VB
C++
public Size ItemSpacingSize {get; set;} 
Public Property ItemSpacingSize As Size 
public: 
property Size ItemSpacingSize { 
   Size get(); 
   void set (    Size ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly