An enumeration that defines members for the possible states of the SplashScreenProgressIndicatorElement.
Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum SplashScreenProgressIndicatorState
Fields
Defines a determined state. The progress is indicated by a RadProgressBarElement.
C#
Determinate = 0
C#
Indeterminate = 1
The progress indicators are not displayed.
C#
None = 2