LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ThumbPadding Property

Show in webframe





Gets or sets the number of pixels padded around each thumbnail.
Syntax
public int ThumbPadding {get; set;}
'Declaration
 
Public Property ThumbPadding As Integer
'Usage
 
Dim instance As WebThumbnailViewer
Dim value As Integer
 
instance.ThumbPadding = value
 
value = instance.ThumbPadding

            

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

Property Value

The number of pixels padded around each thumbnail.
Example
Refer to Add(String,Int32,Int32)
Requirements

Target Platforms

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.