Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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

    Specifies the index of the axis in circular gauge.

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

    CurrentValue

    Specifies the value of the pointer before it gets dragged.

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

    Name

    Specifies the name of the event.

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

    PointerIndex

    Specifies the index of the pointer in circular gauge.

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

    PreviousValue

    Specifies the value of the pointer after it gets dragged.

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

    RangeIndex

    Specifies the index of the range in circular gauge.

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

    Type

    Specifies the type of the pointer in circular gauge.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved