Example of User Handles in Blazor Diagram Component
This sample visualizes a simple flow diagram along with options to execute frequently used commands using user handles.
Properties
Position
Background
Command
UserHandle
User handles are represented as icons placed around the node to run frequently used commands. This example shows how to render and configure user handles and how to interact with the Diagram component using user handles. The UserHandles
property of the SelectionSettings
is used to add user handles to a diagram. Click the templates in the property panel to customize the position and appearance of the user handles. Here, the user handle is used to clone or delete the selected node or connector based on the command that is selected.