alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class AnnotationRenderEventArgs

    Specifies the event arguments for the annotation render event in circular gauge.

    Inheritance
    object
    BaseEventArgs
    AnnotationRenderEventArgs
    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 AnnotationRenderEventArgs : BaseEventArgs

    Constructors

    AnnotationRenderEventArgs()

    Declaration
    public AnnotationRenderEventArgs()

    Properties

    Content

    Gets or sets the content of the annotation in the Circular Gauge.

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    string

    A string representing the annotation content.

    Remarks

    The content can be customized to display specific information within the annotation.

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