Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
ThumbSpacing Property
See Also 
Leadtools.Web.Controls Namespace > WebThumbnailViewer Class : ThumbSpacing Property




Gets or sets the number of pixels between each two adjacent thumbnails.

Syntax

Visual Basic (Declaration) 
Public Property ThumbSpacing As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebThumbnailViewer
Dim value As Integer
 
instance.ThumbSpacing = value
 
value = instance.ThumbSpacing
C# 
public int ThumbSpacing {get; set;}
Managed Extensions for C++ 
public: __property int get_ThumbSpacing();
public: __property void set_ThumbSpacing( 
   int value
);
C++/CLI 
public:
property int ThumbSpacing {
   int get();
   void set (int value);
}

Return Value

The number of pixels between each two adjacent thumbnails.

Example

Refer to Add

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