Class RadiusCalculateEventArgs
Specifies the event argument for the radius calculate event in circular gauge.
Inheritance
System.Object
Syncfusion.Blazor.CircularGauge.BaseEventArgs
RadiusCalculateEventArgs
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 |
---|---|
System.Double | A |
MidPoint
Gets or sets the midpoint location of the circular gauge.
Declaration
public PointF MidPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF | A System.Drawing.PointF representing the midpoint location. |