This property sets the size of the area between the edge of the Thumbnail Control and the display of the thumbnails.
[Visual
Basic] thumbcontrolname.EdgeSize [
= Integer ]
[Visual C++] [
short = ]thumbcontrolname.GetEdgeSize()
thumbcontrolname.SetEdgeSize(short Val)
thumbcontrolname.SetEdgeSize(short Val)
Property Value
The size of the area between the edge of the Thumbnail Control and the display of the thumbnails.
Explanation
The EdgeSize property sets the size of the area between the edge of the Thumbnail Control and the display of the thumbnails in pixel units.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.