menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadiusCalculateEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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 representing the current gauge radius.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved