Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > ProgressBar > Circular Progress Bar

Not answered Circular Progress Bar

Feed from this thread
  • Shmuel Tal avatar

    Posted on Nov 28, 2010 (permalink)

    Hi,
    I wondered if i can reach to this result with the rad progress bar (see attached file).
    I have tried to reach to this result without success....
    Attached files

    Reply

  • Alex Fidanov Alex Fidanov admin's avatar

    Posted on Dec 1, 2010 (permalink)

    Hi Shmuel Tal,

    Creating a progress bar with that shape will require a complete change of the ControlTemplate of the ProgressBar and providing a custom logic for resolving the actual value in the ProgressBar's new template. Have you looked at our BusyIndicator as an alternative? Nevertheless, we will try to find some quick and simple way to modify the ProgressBar for this requirement and post a sample project here.

    Regards,
    Alex Fidanov
    the Telerik team
    Browse the videos here>> to help you get started with RadControls for WPF

    Reply

  • Alex Fidanov Alex Fidanov admin's avatar

    Posted on Dec 1, 2010 (permalink)

    Hello Shmuel Tal,

    In fact, in the Expression Dark theme, the style for the busy indicator is a circle. You can set its progress value from 0 to 100 and set the IsIndeterminate to false. If you want to display the value of the progress, you would have to edit the theme and use a TextBlock, bound to the ProgressValue property in the center.

    <telerik:RadBusyIndicator IsBusy="True" IsIndeterminate="False" BusyContent="{Binding Path=ProgressValue}" 
    Width="100" Height="100" 
    telerik:StyleManager.Theme="Expression_Dark" ProgressValue="30" />


    Kind regards,
    Alex Fidanov
    the Telerik team
    Browse the videos here>> to help you get started with RadControls for WPF

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > ProgressBar > Circular Progress Bar
Related resources for "Circular Progress Bar"

WPF ProgressBar Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]