menu

Blazor

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

    Show / Hide Table of Contents

    Class AnnotationRenderEventArgs

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

    Inheritance
    System.Object
    Syncfusion.Blazor.CircularGauge.BaseEventArgs
    AnnotationRenderEventArgs
    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
    System.String

    A string representing the annotation content.

    Remarks

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

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