Blazor

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

    Show / Hide Table of Contents

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved