Class RadiusCalculateEventArgs
Specifies the event argument for the radius calculate event in circular gauge.
Inherited Members
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class RadiusCalculateEventArgs : BaseEventArgs
Constructors
RadiusCalculateEventArgs()
Declaration
public RadiusCalculateEventArgs()
Properties
CurrentRadius
Gets or sets the current radius of the circular gauge.
Declaration
public double CurrentRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| double | A |
MidPoint
Gets or sets the midpoint location of the circular gauge.
Declaration
public PointF MidPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| PointF | A PointF representing the midpoint location. |