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 |
Remarks
The content can be customized to display specific information within the annotation.