Blazor Signature - Toolbar
This sample demonstrates the Signature component with Toolbar. The Toolbar items expose commands for the functionalities of the Signature component such as undo, redo, save with background, background color, stroke color, clear, and disable.
Toolbar Functionality:
Each Toolbar item allows you to perform the following functionalities of the Signature component:
- Use the Undo button or press Ctrl + Z to undo your actions.
- Use the Redo button or press Ctrl + Y to redo reverted actions.
- Use the Save button or press Ctrl + S to store your signature as an image file.
- Use the Stroke Color ColorPicker to change the stroke color of the Signature component.
- Use the Background Color ColorPicker to change the background color of the Signature component.
- Use the Stroke Width DropDownList to change the signature stroke width from available options.
- Use the Clear button to erase the entire signature.
- Check the Disabled Checkbox to disable the Signature component.
More information about the Blazor Signature component can be found in this documentation section.