Class ProgressBarFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ProgressBarFontBuilder
Namespace: Syncfusion.EJ2.ProgressBar
Assembly: Syncfusion.EJ2.dll
Syntax
public class ProgressBarFontBuilder : ControlBuilder
Constructors
ProgressBarFontBuilder()
Declaration
public ProgressBarFontBuilder()
ProgressBarFontBuilder(ProgressBarFont)
Declaration
public ProgressBarFontBuilder(ProgressBarFont model)
Parameters
Type | Name | Description |
---|---|---|
ProgressBarFont | model |
Methods
Color(String)
Color for the text.
Declaration
public ProgressBarFontBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
FontFamily(String)
FontFamily for the text.
Declaration
public ProgressBarFontBuilder FontFamily(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
FontStyle(String)
FontStyle for the text.
Declaration
public ProgressBarFontBuilder FontStyle(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
FontWeight(String)
FontWeight for the text.
Declaration
public ProgressBarFontBuilder FontWeight(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Opacity(Double)
Opacity for the text.
Declaration
public ProgressBarFontBuilder Opacity(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Size(String)
Font size for the text.
Declaration
public ProgressBarFontBuilder Size(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Text(String)
label text
Declaration
public ProgressBarFontBuilder Text(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
TextAlignment(TextAlignmentType)
text alignment for label
Declaration
public ProgressBarFontBuilder TextAlignment(TextAlignmentType value)
Parameters
Type | Name | Description |
---|---|---|
TextAlignmentType | value |