Enum MouseButtons
Defines the value that specifies the buttons on a mouse device.
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public enum MouseButtons
Fields
| Name | Description |
|---|---|
| Left | Represents the left mouse button. |
| Middle | Represents the middle mouse button |
| Right | Represents the right mouse button. |