Class ProgressButtonSpinSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ProgressButtonSpinSettingsBuilder
Namespace: Syncfusion.EJ2.SplitButtons
Assembly: Syncfusion.EJ2.dll
Syntax
public class ProgressButtonSpinSettingsBuilder : ControlBuilder
Constructors
ProgressButtonSpinSettingsBuilder()
Declaration
public ProgressButtonSpinSettingsBuilder()
ProgressButtonSpinSettingsBuilder(ProgressButtonSpinSettings)
Declaration
public ProgressButtonSpinSettingsBuilder(ProgressButtonSpinSettings model)
Parameters
Type | Name | Description |
---|---|---|
ProgressButtonSpinSettings | model |
Methods
Position(SpinPosition)
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
Type | Name | Description |
---|---|---|
SpinPosition | value |
Returns
Template(String)
Specifies the template content to be displayed in a spinner.
Declaration
public ProgressButtonSpinSettingsBuilder Template(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Width(Double)
Sets the width of a spinner.
Declaration
public ProgressButtonSpinSettingsBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Width(String)
Sets the width of a spinner.
Declaration
public ProgressButtonSpinSettingsBuilder Width(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |