Table of Contents

Enum ProgressState

Namespace
Sdl3Sharp.Video.Windowing
Assembly
Sdl3Sharp.dll

Represents the state of a progress bar associated with an Window

public enum ProgressState

Fields

Error = 4

The progress bar is shown in an error state

Indeterminate = 1

The progress bar is shown in an indeterminate state

Invalid = -1

Represents an invalid progress state

You might want to check TryGet(out string?) for more information.

None = 0

No progress bar is shown

Normal = 2

The progress bar is shown in a normal state

Paused = 3

The progress bar is shown in a paused state