Unplanned
Last Updated: 15 Sep 2025 11:19 by Seung Cheol

Currently when a Value is set to the RadLinearProgressBar, the inner progress-bar is being animated for about a second, grows from size 0 to the full size of the RadLinearProgressBar, but the Text remains 0% until the very end, when it turns 100%.

This feature request is to show a Text value that corresponds to the inner progress-bar, i.e. the value in the Text is also animated, synced with the animated progress-bar value.

Unplanned
Last Updated: 27 Feb 2023 14:30 by John
Created by: John
Comments: 0
Category: ProgressBar
Type: Feature Request
1

Provide an option to bold the text in the progress bar. For example exposing FontAttributes property.

 

Currently the option is to use implicit style:

<ContentPage.Resources>
    <ResourceDictionary>
        <Style TargetType="Label">
              <Setter Property="FontAttributes" Value="Italic"/>
         </Style>
   </ResourceDictionary>
</ContentPage.Resources>
<VerticalStackLayout>
          <telerik:RadLinearProgressBar Value="40" ValueDisplayMode="Percent"/>
</VerticalStackLayout>

Unplanned
Last Updated: 18 Jan 2023 12:42 by Hanoch
Created by: Hanoch
Comments: 0
Category: ProgressBar
Type: Feature Request
1
provide an option to define a circular progress bar