Class ProgressBarFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ProgressBarFontBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.ProgressBar
Assembly: Syncfusion.AspNetMvc.ProgressBar.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
| Type |
|---|
| ProgressBarFontBuilder |
FontFamily(String)
FontFamily for the text.
Declaration
public ProgressBarFontBuilder FontFamily(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ProgressBarFontBuilder |
FontStyle(String)
FontStyle for the text.
Declaration
public ProgressBarFontBuilder FontStyle(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ProgressBarFontBuilder |
FontWeight(String)
FontWeight for the text.
Declaration
public ProgressBarFontBuilder FontWeight(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ProgressBarFontBuilder |
Opacity(Double)
Opacity for the text.
Declaration
public ProgressBarFontBuilder Opacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ProgressBarFontBuilder |
Size(String)
Font size for the text.
Declaration
public ProgressBarFontBuilder Size(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ProgressBarFontBuilder |
Text(String)
label text
Declaration
public ProgressBarFontBuilder Text(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ProgressBarFontBuilder |
TextAlignment(TextAlignmentType)
text alignment for label
Declaration
public ProgressBarFontBuilder TextAlignment(TextAlignmentType value)
Parameters
| Type | Name | Description |
|---|---|---|
| TextAlignmentType | value |
Returns
| Type |
|---|
| ProgressBarFontBuilder |