Class MouseEventArgs
Specifies the event arguments for the mouse events in circular gauge.
Inheritance
System.Object
Syncfusion.Blazor.CircularGauge.BaseEventArgs
MouseEventArgs
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class MouseEventArgs : BaseEventArgs
Constructors
MouseEventArgs()
Declaration
public MouseEventArgs()
Properties
X
Gets or sets the x position of the target element in circular gauge.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that represents the X position of the target element. |
Y
Gets or sets the y position of the target element in circular gauge.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that represents the Y position of the target element. |