menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarAnnotationSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProgressBarAnnotationSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ProgressBarAnnotationSettingsBuilder
    Namespace: Syncfusion.EJ2.ProgressBar
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ProgressBarAnnotationSettingsBuilder : ControlBuilder

    Constructors

    ProgressBarAnnotationSettingsBuilder()

    Declaration
    public ProgressBarAnnotationSettingsBuilder()

    ProgressBarAnnotationSettingsBuilder(List<ProgressBarAnnotationSettings>)

    Declaration
    public ProgressBarAnnotationSettingsBuilder(List<ProgressBarAnnotationSettings> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ProgressBarAnnotationSettings> collection

    Methods

    Add()

    Declaration
    public void Add()

    AnnotationAngle(Double)

    to move annotation

    Declaration
    public ProgressBarAnnotationSettingsBuilder AnnotationAngle(double annotationAngle)
    Parameters
    Type Name Description
    System.Double annotationAngle
    Returns
    Type
    ProgressBarAnnotationSettingsBuilder

    AnnotationRadius(String)

    to move annotation

    Declaration
    public ProgressBarAnnotationSettingsBuilder AnnotationRadius(string annotationRadius)
    Parameters
    Type Name Description
    System.String annotationRadius
    Returns
    Type
    ProgressBarAnnotationSettingsBuilder

    Content(String)

    Content of the annotation, which accepts the id of the custom element.

    Declaration
    public ProgressBarAnnotationSettingsBuilder Content(string content)
    Parameters
    Type Name Description
    System.String content
    Returns
    Type
    ProgressBarAnnotationSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved