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 in circular gauge.
Declaration
public int AxisIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |
CurrentValue
Gets or sets the value of the pointer before it gets dragged.
Declaration
public float CurrentValue { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Accepts the float value. |
Name
Gets or sets the name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
PointerIndex
Gets or sets the index of the pointer in circular gauge.
Declaration
public double PointerIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value representing the index of pointer in circular gauge. |
PreviousValue
Gets or sets the value of the pointer after it gets dragged.
Declaration
public double PreviousValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value representing the previous value of the pointer. |
RangeIndex
Gets or sets the index of the range in circular gauge.
Declaration
public double RangeIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value representing the index of the range in the circular gauge. |
Type
Gets or sets the type of the pointer in circular gauge.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |