TProgressBarTextStyle Enumeration

Represents type TProgressBarTextStyle.

Namespace: System.UI.Progress
type
 TProgressBarTextStyle = (pbtsPercent, pbtsPosition, pbtsText);

The TProgressBarTextStyle type exposes the following members.

Show:
 NameDescription
pbtsPercent

Represents constant pbtsPercent.

pbtsPosition

Represents constant pbtsPosition.

pbtsText

Represents constant pbtsText.

Top