Class ProgressButtonSpinSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ProgressButtonSpinSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class ProgressButtonSpinSettingsBuilder : ControlBuilder
Constructors
Declaration
public ProgressButtonSpinSettingsBuilder()
Declaration
public ProgressButtonSpinSettingsBuilder(ProgressButtonSpinSettings model)
Parameters
Methods
Specifies the position of a spinner in the progress button. The possible values are:
Left: The spinner will be positioned to the left of the text content.
Right: The spinner will be positioned to the right of the text content.
Top: The spinner will be positioned at the top of the text content.
Bottom: The spinner will be positioned at the bottom of the text content.
Center: The spinner will be positioned at the center of the progress button.
Declaration
public ProgressButtonSpinSettingsBuilder Position(SpinPosition value)
Parameters
Returns
Specifies the template content to be displayed in a spinner.
Declaration
public ProgressButtonSpinSettingsBuilder Template(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets the width of a spinner.
Declaration
public ProgressButtonSpinSettingsBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Sets the width of a spinner.
Declaration
public ProgressButtonSpinSettingsBuilder Width(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns