Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

ThumbSpacing Property






Gets or sets the number of pixels between each two adjacent thumbnails.
Syntax
public int ThumbSpacing {get; set;}
'Declaration
 
Public Property ThumbSpacing As Integer
'Usage
 
Dim instance As WebThumbnailViewer
Dim value As Integer
 
instance.ThumbSpacing = value
 
value = instance.ThumbSpacing

            

            
public:
property int ThumbSpacing {
   int get();
   void set (    int value);
}

Property Value

The number of pixels between each two adjacent thumbnails.
Example
Refer to Add(String,Int32,Int32)
Requirements

Target Platforms

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

Error processing SSI file