Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions xamarin-android/ProgressBar/Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ circularProgressBar.EndAngle = 360;

{% endhighlight %}

![](overview_images/angle.png)
![Customize start and end angles in Xamarin.Android Progressbar.](overview_images/angle.png)


## Range colors
Expand Down Expand Up @@ -59,7 +59,7 @@ linearProgressBar.RangeColors.Add(new RangeColor() { Color = Android.Graphics.Co

{% endhighlight %}

![](overview_images/rangecolors.png)
![Mapping solid range colors in Xamarin.Android Progressbar.](overview_images/rangecolors.png)

The following code example shows how to apply gradient transition effect to the range colors in the linear progress bar.

Expand Down Expand Up @@ -87,7 +87,7 @@ new RangeColor() { Color = Android.Graphics.Color.ParseColor("#FF1C96C5"), IsGra

{% endhighlight %}

![](overview_images/gradient.png)
![Apply gradient transition effects in Xamarin.Android Progressbar.](overview_images/gradient.png)

## Thickness

Expand All @@ -107,7 +107,7 @@ linearProgressBar.Padding = 2;

{% endhighlight %}

![](overview_images/thickness_linear.png)
![Thickness of linear Progressbar property in Xamarin.Android.](overview_images/thickness_linear.png)


**Circular** **progress** **bar**
Expand Down Expand Up @@ -135,7 +135,7 @@ trackOutsideProgressBar.ShowProgressValue = false;

{% endhighlight %}

![](overview_images/appearance.png)
![Customize the appearance of Xamarin.Android Progressbar.](overview_images/appearance.png)


## Corner radius
Expand All @@ -152,7 +152,7 @@ linearProgressBar.CornerRadius = 10;

{% endhighlight %}

![](overview_images/cornerradius.png)
![Customize the rounded edges in Xamarin.Android Progressbar using corner radius. ](overview_images/cornerradius.png)


## Color customization
Expand All @@ -176,7 +176,7 @@ linearProgressBar.TrackColor = Android.Graphics.Color.ParseColor("#3351483a");

{% endhighlight %}

![](overview_images/color1.png)
![Color Customization in Xamarin.Android Progressbar.](overview_images/color1.png)


The linear progress bar provides support to customize the color for the secondary progress bar using the [`SecondaryProgressColor`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.Android.ProgressBar.SfLinearProgressBar.html#Syncfusion_Android_ProgressBar_SfLinearProgressBar_SecondaryProgressColor) property, as shown in the following code example.
Expand All @@ -192,6 +192,6 @@ linearProgressBar.SecondaryProgressColor = Android.Graphics.Color.CornflowerBlue

{% endhighlight %}

![](overview_images/color2.png)
![Color Customization support in Xamarin.Android Progressbar.](overview_images/color2.png)


2 changes: 1 addition & 1 deletion xamarin-android/ProgressBar/Customcontent.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ private async void SetCustomContentProgress()

{% endhighlight %}

![](overview_images/customcontent.png)
![Custom content in Xamarin.Android Progressbar.](overview_images/customcontent.png)

By default, the progress value will be displayed at the center. You can hide the label in the circular progress bar by setting the [`ShowProgressValue`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.Android.ProgressBar.SfCircularProgressBar.html#Syncfusion_Android_ProgressBar_SfCircularProgressBar_ShowProgressValue) property to false.
2 changes: 1 addition & 1 deletion xamarin-android/ProgressBar/Range.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ circularProgressBar.Progress = 0.5;

{% endhighlight %}

![](overview_images/range.png)
![Defining range in Xamarin.Android Progressbar.](overview_images/range.png)
2 changes: 1 addition & 1 deletion xamarin-android/ProgressBar/States.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ sfLinearProgressBar.SecondaryProgress = 25;

{% endhighlight %}

![](overview_images/buffer.png)
![Configure the states of the Progressbar in Xamarin.Android.](overview_images/buffer.png)
2 changes: 1 addition & 1 deletion xamarin-android/SfRotator/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

The SfRotator is a data control used to display image data and navigate through them. The images can be selected either by Thumbnail or by Dots support.

![](images/rotator.png)
![Overview of Rotator control in Xamarin.Android. ](images/rotator.png)

## Key Features

Expand Down