New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.Enumerations

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum WaitingBarStyles

Fields

Indicates Dash style

C#
Dash = 2

Shows a line of moving dots.

C#
DotsLine = 3

Shows a ring, composed of dots.

C#
DotsRing = 7

Shows a ring of moving dots.

C#
DotsSpinner = 4

Shows a rotating fading ring.

C#
FadingRing = 8

Indicates Indeterminate style

C#
Indeterminate = 0

Shows a ring, composed of lines.

C#
LineRing = 5

Shows two rotating rings in opposite directions.

C#
RotatingRings = 9

Shows a ring, composed of segments.

C#
SegmentedRing = 6

Indicates Throbber style

C#
Throbber = 1