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 circular gauge.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |