Gets or sets a value specifying whether to display the pen width slider.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool EnableWidthSlider { get; set; }
Type: System..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.