This class represents the draw tool settings.
For a list of all members of this class, see DrawTool Members.
class DrawTool { }
The draw tool consists of the freehand pen and eraser. The pen has two attributes - Color and Width.
Using this class, you may control what features of the draw tool should appear to the user. For example, EnableEraser toggles the eraser tool, EnableColorPicker hides or shows the pen color selection tool and EnableWidthSlider - pen width selection tool. The lower and upper values of the pen width is controlled using the MinWidth and MaxWidth properties.