menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MouseEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MouseEventArgs

    Provides information about the OnGaugeMouseDown, OnGaugeMouseLeave and OnGaugeMouseUp events.

    Inheritance
    System.Object
    Syncfusion.Blazor.LinearGauge.BaseEventArgs
    MouseEventArgs
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MouseEventArgs : BaseEventArgs

    Constructors

    MouseEventArgs()

    Declaration
    public MouseEventArgs()

    Properties

    AnnotationIndex

    Gets or sets the index value of the current annotation over which the mouse operation is performed.

    Declaration
    public double AnnotationIndex { get; set; }
    Property Value
    Type Description
    System.Double

    Provides a double value that represents the index of the annotation.

    Remarks

    You can get the index of the annotation over which the mouse event is triggered.

    AxisIndex

    Gets or sets the index value of the current axis over which the mouse operation is performed.

    Declaration
    public double AxisIndex { get; set; }
    Property Value
    Type Description
    System.Double

    Provides a double value that represents the index of the axis.

    Remarks

    You can get the index of the axis over which the mouse event is triggered.

    PointerIndex

    Gets or sets the index value of the current pointer over which the mouse operation is performed.

    Declaration
    public double PointerIndex { get; set; }
    Property Value
    Type Description
    System.Double

    Provides a double value that represents the index of the pointer.

    Remarks

    You can get the index of the pointer over which the mouse event is triggered.

    RangeIndex

    Gets or sets the index value of the current range over which the mouse operation is performed.

    Declaration
    public double RangeIndex { get; set; }
    Property Value
    Type Description
    System.Double

    Provides a double value that represents the index of the range.

    Remarks

    You can get the index of the range over which the mouse event is triggered.

    Target

    Gets or sets the target element on which the mouse operation is performed.

    Declaration
    public DOM Target { get; set; }
    Property Value
    Type Description
    DOM

    A DOM element representing the target element on which the mouse operation is performed.

    Remarks

    The DOM class provides the details of the element on which the mouse operation is performed.

    X

    Gets or sets the x position of the mouse event.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the double value that represents the x position of mouse event.

    Remarks

    You can get the x position of the mouse event.

    Y

    Gets or sets the y position of the mouse event.

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the double value that represents the y position of mouse event.

    Remarks

    You can get the y position of the mouse event.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved