DrawTool.MinWidth Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets a lower value of the width slider of the draw tool.

Syntax

PHP Initialize
public function getMinWidth() {
}

public function setMinWidth($value) {
}

Property Value

Type: integer

The number specifying a lower value of the width slider of the draw tool.

Default value is 1.

Remarks

You can hide the slider using the EnableWidthSlider property.

See Also

Reference