Class ProgressButtonSpinSettingsBuilder
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.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
Type | Description |
---|---|
ProgressButtonSpinSettingsBuilder |
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
Type | Description |
---|---|
ProgressButtonSpinSettingsBuilder |
Width(Double)
Sets the width of a spinner.
Declaration
public ProgressButtonSpinSettingsBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ProgressButtonSpinSettingsBuilder |
Width(String)
Sets the width of a spinner.
Declaration
public ProgressButtonSpinSettingsBuilder Width(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
ProgressButtonSpinSettingsBuilder |