alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MouseEventArgs

    Specifies the event arguments for the mouse events in circular gauge.

    Inheritance
    object
    BaseEventArgs
    MouseEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    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
    double

    A double value that represents the Y position of the target element.

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