This property is obsolete.
Distance between the edge of the control and the beginning of panes. This distance is the same for all edges.
Syntax
Initialize
| JavaScript | Copy Code
|
|---|---|
<script type="text/javascript" src="iuembed.js"></script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("Padding", "0"); //...other params... iu.writeHtml(); </script> |
|
Get/Set Value in Runtime
| JavaScript | Copy Code
|
|---|---|
getImageUploader("ImageUploaderID").setPadding(value);
value = getImageUploader("ImageUploaderID").getPadding();
|
|
Property Value
A positive integer value which specify Image Uploader padding (in pixels).
Default value is "0".
Remarks
This property is obsolete. It is highly recommended to specify padding through HTML.
Copy Code