Gets or sets a upper value of the width slider of the draw tool.
public function getMaxWidth() {
}
public function setMaxWidth($value) {
}
Type: integer
The number specifying a upper value of the width slider of the draw tool.
Default value is 100.
You can hide the slider using the EnableWidthSlider property.