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 double value representing the current radius of circular gauge. |
MidPoint
Gets or sets the location of the circular gauge.
Declaration
public PointF MidPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF | A PointF value representing the location of the midpoint of the circular gauge. |