DrawTool.Width Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets a draw tool width.

Syntax

PHP Initialize
public function getWidth() {
}

public function setWidth($value) {
}

Property Value

Type: integer

The number specifying the pen width.

Default value is 20.

Remarks

The user may change width using a width slider on the toolbar. If you don't want the user to change it, you can hide the slider using the EnableWidthSlider property.

See Also

Reference