alexa
menu

Blazor

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

    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
    object
    PointerDragEventArgs
    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 PointerDragEventArgs

    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
    int

    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
    float

    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
    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
    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
    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
    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
    string

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

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