Gets or sets a lower value of the width slider of the draw tool.
public function getMinWidth() {
}
public function setMinWidth($value) {
}
Type: integer
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.