alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RadiusCalculateEventArgs

    Specifies the event argument for the radius calculate event in circular gauge.

    Inheritance
    object
    BaseEventArgs
    RadiusCalculateEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 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
    PointF

    A PointF representing the midpoint location.

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