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
AnnotationRadius(String)
to move annotation
Declaration
public ProgressBarAnnotationSettingsBuilder AnnotationRadius(string annotationRadius)
Parameters
Type | Name | Description |
---|---|---|
System.String | annotationRadius |
Returns
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 |