Class PointerDragEventArgs
Specifies the event arguments for the drag start, drag move and drag end events in circular gauge.
Inheritance
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 |
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 |
Name
Gets or sets the name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A |
PointerIndex
Gets or sets the index of the pointer.
Declaration
public double PointerIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A |
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 |
RangeIndex
Gets or sets the index of the range being dragged.
Declaration
public double RangeIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A |
Type
Gets or sets the type of the pointer.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | A |