Class MouseButtons
Returns which mouse button is clicked.
Inheritance
System.Object
MouseButtons
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class MouseButtons : Enum
Fields
Left
Whenever the left button of the mouse is clicked, ‘Left’ is returned.
Declaration
public const MouseButtons Left
Field Value
Type | Description |
---|---|
MouseButtons |
Middle
Whenever the mouse wheel is clicked, ‘Middle’ is returned.
Declaration
public const MouseButtons Middle
Field Value
Type | Description |
---|---|
MouseButtons |
Right
Whenever the right button of the mouse is clicked, ‘Right’ is returned.
Declaration
public const MouseButtons Right
Field Value
Type | Description |
---|---|
MouseButtons |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |