menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressButtonSpinSettings - API Reference

    Show / Hide Table of Contents

    Class ProgressButtonSpinSettings

    Specifies the spin settings for the progress button.

    Inheritance
    System.Object
    ProgressButtonSpinSettings
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ProgressButtonSpinSettings : OwningComponentBase

    Constructors

    ProgressButtonSpinSettings()

    Declaration
    public ProgressButtonSpinSettings()

    Properties

    Position

    Gets or sets a value that indicates the spinner position of the progress button.

    Declaration
    public SpinPosition Position { get; set; }
    Property Value
    Type Description
    SpinPosition

    One of the Position enumeration. The default value is Left.

    Remarks

    If the Position is Left, the spinner will be placed left to the content of the progress button. If the Position is Right, the spinner will be placed right to the content of the progress button. If the Position is Top, the spinner will be placed above the content of the progress button. If the Position is Bottom, spinner icon will be placed below the content of the progress button. If the Position is Center, spinner icon will be placed below the content of the progress button.

    SpinTemplate

    Gets or sets a template content to be displayed in the progress button.

    Declaration
    public RenderFragment SpinTemplate { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Width

    Gets or sets a width of the spinner in the SfProgressButton component.

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved