Class ProgressBarAnnotationSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
ProgressBarAnnotationSettingsBuilder |
AnnotationRadius(String)
to move annotation
Declaration
public ProgressBarAnnotationSettingsBuilder AnnotationRadius(string annotationRadius)
Parameters
Type | Name | Description |
---|---|---|
System.String | annotationRadius |
Returns
Type | Description |
---|---|
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 | Description |
---|---|
ProgressBarAnnotationSettingsBuilder |