HtmlForgeX

API Reference

Class

TablerFileTransferProgress

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Simple workflow status strip for file transfer lifecycles.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Methods

public TablerFileTransferProgress AddStep(String text, TablerStepState state = Pending) #
Returns: TablerFileTransferProgress

Adds a workflow step.

Parameters

text System.String requiredposition: 0
state HtmlForgeX.TablerStepState = Pending optionalposition: 1
public TablerFileTransferProgress Color(TablerColor color) #
Returns: TablerFileTransferProgress
EditorBrowsable(2)

Sets accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerFileTransferProgress Orientation(StepsOrientation orientation) #
Returns: TablerFileTransferProgress
EditorBrowsable(2)

Sets orientation.

Parameters

orientation HtmlForgeX.StepsOrientation requiredposition: 0
RegisterLibraries() #
public TablerFileTransferProgress Settings(Action<TablerFileTransferProgressSettings> configure) #
Returns: TablerFileTransferProgress

Groups less-common display options under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerFileTransferProgressSettings} requiredposition: 0
public override String ToString() #
Returns: String