menu

Blazor

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

    Show / Hide Table of Contents

    Class PointerDragEventArgs

    Specifies the event arguments for the drag start, drag move and drag end events in circular gauge.

    Inheritance
    System.Object
    PointerDragEventArgs
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PointerDragEventArgs : Object

    Constructors

    PointerDragEventArgs()

    Declaration
    public PointerDragEventArgs()

    Properties

    AxisIndex

    Gets or sets the index of the axis the pointer belongs to.

    Declaration
    public int AxisIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    An int indicating the axis index.

    CurrentValue

    Gets or sets the current value of the pointer as it is being dragged.

    Declaration
    public float CurrentValue { get; set; }
    Property Value
    Type Description
    System.Single

    A float representing the current pointer value.

    Name

    Gets or sets the name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    A string representing the event's name.

    PointerIndex

    Gets or sets the index of the pointer.

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

    A double indicating the pointer index.

    PreviousValue

    Gets or sets the value of the pointer before the drag operation.

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

    A double representing the previous pointer value.

    RangeIndex

    Gets or sets the index of the range being dragged.

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

    A double indicating the range index.

    Type

    Gets or sets the type of the pointer.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    A string indicating the pointer type (e.g., "Needle", "Marker").

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