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 pointer drag event in linear 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.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PointerDragEventArgs

    Constructors

    PointerDragEventArgs()

    Declaration
    public PointerDragEventArgs()

    Properties

    AxisIndex

    Gets or sets the index value of the axis on which the pointer is dragged.

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

    Accepts an integer value.

    CurrentValue

    Gets or sets the current value of the pointer after dragging the pointer.

    Declaration
    public double CurrentValue { get; set; }
    Property Value
    Type Description
    double

    Accepts the double value.

    PointerIndex

    Gets or sets the index value of the pointer that is dragged in linear gauge.

    Declaration
    public int PointerIndex { get; set; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    PreviousValue

    Gets or sets the value of the pointer before dragging the pointer.

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

    Accepts the double value.

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