Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationRenderEventArgs

    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

    Gets or sets the content for the annotation.

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

    TextStyle

    Gets or sets 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 - 2023 Syncfusion Inc. All Rights Reserved