Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 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

    Specifies the content for the annotation.

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

    TextStyle

    Specifies the options to customize the text in annotation.

    Declaration
    public LinearGaugeAnnotationFont TextStyle { get; set; }
    Property Value
    Type Description
    LinearGaugeAnnotationFont
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved