Table of Contents

Class ProgressConfigurations

Namespace
AbanoubNassem.Trinity.Configurations
Assembly
AbanoubNassem.Trinity.dll

Provides configurations for the frontend loading indicator.

public class ProgressConfigurations
Inheritance
ProgressConfigurations
Inherited Members

Properties

Color

Define the loading indicator color , should be the Brand color.

public string Color { get; set; }

Property Value

string

Delay

Define the delay before showing the indicator.

public int Delay { get; set; }

Property Value

int

ShowSpinner

Whether to show a loading a spinner or not.

public bool ShowSpinner { get; set; }

Property Value

bool