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 |