Gets or sets a value specifying whether to display the pen width slider.
public function getEnableWidthSlider() { } public function setEnableWidthSlider($value) { }
Type: boolean
If true
, the user sees a width picker on the toolbar when the draw tool is activated.
Default value is true.
To configure the width range on the slider, use MinWidth and MaxWidth properties.