New to Telerik UI for WinForms? Download free 30-day trial

Indicator Elements

All indicators inherit from BaseWaitingBarIndicatorElement and define their own implementation of the Animate and ResetAnimation methods.

Fig.1 WaitingBar indicators' hierarchy

WinForms RadWaitingBar WaitingBar indicators' hierarchy

  • BaseWaitingBarIndicatorElement: Represents the base indicator element.

    • ElementCount: Controls how many elements will be displayed.

    WinForms RadWaitingBar ElementCount

    • ElementColor: Gets or sets the color of the elements.

    WinForms RadWaitingBar ElementColor

    • ElementColor2: Gets or sets the secondary color of the elements.

    WinForms RadWaitingBar ElementColor2

  • BaseRingWaitingBarIndicatorElement: Represents the base ring indicator elements.

    • InnerRadius: Controls the inner radius.

    WinForms RadWaitingBar InnerRadius

    • Radius: Controls the radius.

    WinForms RadWaitingBar Radius

    • RotationDirection: Determines the rotation direction.

      • Clockwise

        WinForms RadWaitingBar Clockwise

      • CounterClockwise

        WinForms RadWaitingBar CounterClockwise

    • ElementColor3: Gets or sets the element back color3.

    WinForms RadWaitingBar ElementColor3

    • ElementColor4: Gets or sets the element back color4.

    • ElementGradientPercentage: Gets or sets the element gradient percentage. WinForms RadWaitingBar ElementGradientPercentage

    • ElementGradientPercentage2: Gets or sets the element gradient percentage. WinForms RadWaitingBar ElementGradientPercentage2

  • DotsLineWaitingBarIndicatorElement: Represents accelerating dots moving in a line.

WinForms RadWaitingBar DotsLineWaitingBarIndicatorElement

  • DotsRingWaitingBarIndicatorElement: Represents accelerating dots moving in a ring.

WinForms RadWaitingBar DotsRingWaitingBarIndicatorElement

  • DotsSpinnerWaitingBarIndicatorElement: Represents accelerating dots like spinner.

WinForms RadWaitingBar DotsSpinnerWaitingBarIndicatorElement

  • FadingRingWaitingBarIndicatorElement: Represents accelerating fading ring.

WinForms RadWaitingBar FadingRingWaitingBarIndicatorElement

  • LineRingWaitingBarIndicatorElement: Represents accelerating lines moving in a ring.

    WinForms RadWaitingBar LineRingWaitingBarIndicatorElement

    • LineThickness: Controls how thick the lines are.

    WinForms RadWaitingBar LineThickness

  • RotatingRingsWaitingBarIndicatorElement: Represents rotating rings.

WinForms RadWaitingBar RotatingRingsWaitingBarIndicatorElement

  • SegmentedRingWaitingBarIndicatorElement: Represents accelerating segments moving in a ring.

WinForms RadWaitingBar SegmentedRingWaitingBarIndicatorElement

See Also

In this article