TProgressBarAnimationStyle Enumeration

Represents type TProgressBarAnimationStyle.

Namespace: System.UI.Progress
type
 TProgressBarAnimationStyle = (pbasCycle, pbasPingPong);

The TProgressBarAnimationStyle type exposes the following members.

Show:
 NameDescription
pbasCycle

Represents constant pbasCycle.

pbasPingPong

Represents constant pbasPingPong.

Top