alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AnnotationRenderEventArgs

    Specifies the event arguments for annotation render event in linear gauge.

    Inheritance
    object
    BaseEventArgs
    AnnotationRenderEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved