menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressButtonSpinSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Type
    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
    ProgressButtonSpinSettingsBuilder

    Width(Double)

    Sets the width of a spinner.

    Declaration
    public ProgressButtonSpinSettingsBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ProgressButtonSpinSettingsBuilder

    Width(String)

    Sets the width of a spinner.

    Declaration
    public ProgressButtonSpinSettingsBuilder Width(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ProgressButtonSpinSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved