Gets or sets a draw tool width.
public function getWidth() {
}
public function setWidth($value) {
}
Type: integer
The number specifying the pen width.
Default value is 20.
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.