Class AnnotationRenderEventArgs
Specifies the event arguments for annotation render event in linear gauge.
Inheritance
System.Object
Syncfusion.Blazor.LinearGauge.BaseEventArgs
AnnotationRenderEventArgs
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class AnnotationRenderEventArgs : BaseEventArgs
Constructors
AnnotationRenderEventArgs()
Declaration
public AnnotationRenderEventArgs()
Properties
Content
Gets or sets the content for the annotation.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
TextStyle
Gets or sets the options to customize the text in annotation.
Declaration
public LinearGaugeAnnotationFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
LinearGaugeAnnotationFont | A LinearGaugeAnnotationFont object that contains the font options for the annotation text. |