Gets or sets a lower value of the width slider of the draw tool.
$au.imageUploaderFlash({ imageEditor : { drawTool: { //...other params... minWidth: 1, //...other params... } } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').imageEditor().drawTool().minWidth(value); value = $au.imageUploaderFlash('uploaderID').imageEditor().drawTool().minWidth();
Type: Number
The number specifying a lower value of the width slider of the draw tool.
Default value is 1.
You can hide the slider using the enableWidthSlider property.