Skip to content

A progress-bar with rounded-corners(RC) for c# WinForm applications

License

Notifications You must be signed in to change notification settings

Open-SL/RCProgressBar

Repository files navigation

Rounded Corner ProgressBar for WinForm

Rounded Corner ProgressBar is a custom control inherited from 'PictureBox' for WinForm with animation. Main purpose of the component is to have a smooth animation and proper curved edges in progressbar.

TO INSTALL THE LIBRARY

This library is available as a NuGet package at nuget.org.

INSTRUCTIONS

Use toolbox to add the control to your forms.

Check 'RCProgressBarExamples' project for more examples.

animation

CONTROL PROPERTIES

Properties
  • RoundCorneredProgressBar.Value: Value to be shown in progress bar.
  • RoundCorneredProgressBar.ProgressFontColor: Font Color of the progress shown.
  • RoundCorneredProgressBar.ProgressFont: Set the font style of the progress percentage.
  • RoundCorneredProgressBar.ProgressBackColor: set the backcolor of the progressbar.
  • RoundCorneredProgressBar.ProgressBarColor: set the bar color of the progressbar.
Methods
  • RoundCorneredProgressBar.Animate: Starts the smooth animatioin of filling progress.

About

A progress-bar with rounded-corners(RC) for c# WinForm applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages