{"id":14986255,"url":"https://github.com/falahati/circularprogressbar","last_synced_at":"2025-04-09T16:08:56.023Z","repository":{"id":14515623,"uuid":"17229444","full_name":"falahati/CircularProgressBar","owner":"falahati","description":"Circular ProgressBar is a custom control for WinForm with animation.","archived":false,"fork":false,"pushed_at":"2020-04-18T21:43:31.000Z","size":700,"stargazers_count":265,"open_issues_count":5,"forks_count":91,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-09T16:08:51.658Z","etag":null,"topics":["animation","circle","progressbar","winforms"],"latest_commit_sha":null,"homepage":"http://falahati.github.io/CircularProgressBar/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/falahati.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-26T23:23:12.000Z","updated_at":"2025-04-05T08:50:56.000Z","dependencies_parsed_at":"2022-07-26T04:32:12.741Z","dependency_job_id":null,"html_url":"https://github.com/falahati/CircularProgressBar","commit_stats":null,"previous_names":["falahati/circularprogress"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falahati%2FCircularProgressBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falahati%2FCircularProgressBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falahati%2FCircularProgressBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/falahati%2FCircularProgressBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/falahati","download_url":"https://codeload.github.com/falahati/CircularProgressBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065283,"owners_count":21041871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","circle","progressbar","winforms"],"created_at":"2024-09-24T14:12:35.983Z","updated_at":"2025-04-09T16:08:55.990Z","avatar_url":"https://github.com/falahati.png","language":"C#","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=ramin.graphix@gmail.com\u0026lc=US\u0026item_name=Donate\u0026no_note=0\u0026cn=\u0026curency_code=USD\u0026bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted"],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"CircularProgressBar/Icon.png\" width=\"42\" alt=\"Icon\"\u003e Circular ProgressBar for WinForm [.Net3.5+]\n[![](https://img.shields.io/github/license/falahati/CircularProgressBar.svg?style=flat-square)](https://github.com/falahati/CircularProgressBar/blob/master/LICENSE)\n[![](https://img.shields.io/github/commit-activity/y/falahati/CircularProgressBar.svg?style=flat-square)](https://github.com/falahati/CircularProgressBar/commits/master)\n[![](https://img.shields.io/github/issues/falahati/CircularProgressBar.svg?style=flat-square)](https://github.com/falahati/CircularProgressBar/issues)\n\nCircular ProgressBar is a custom control and inplace replacement of 'ProgressBar' for WinForm with animation.\n\n## Where to get\n[![](https://img.shields.io/nuget/dt/CircularProgressBar.svg?style=flat-square)](https://www.nuget.org/packages/CircularProgressBar)\n[![](https://img.shields.io/nuget/v/CircularProgressBar.svg?style=flat-square)](https://www.nuget.org/packages/CircularProgressBar)\n\nThis library is available as a NuGet package at [nuget.org](https://www.nuget.org/packages/CircularProgressBar/).\n\n## Help me fund my own Death Star\n\n[![](https://img.shields.io/badge/crypto-CoinPayments-8a00a3.svg?style=flat-square)](https://www.coinpayments.net/index.php?cmd=_donate\u0026reset=1\u0026merchant=820707aded07845511b841f9c4c335cd\u0026item_name=Donate\u0026currency=USD\u0026amountf=20.00000000\u0026allow_amount=1\u0026want_shipping=0\u0026allow_extra=1)\n[![](https://img.shields.io/badge/shetab-ZarinPal-8a00a3.svg?style=flat-square)](https://zarinp.al/@falahati)\n[![](https://img.shields.io/badge/usd-Paypal-8a00a3.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=ramin.graphix@gmail.com\u0026lc=US\u0026item_name=Donate\u0026no_note=0\u0026cn=\u0026curency_code=USD\u0026bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted)\n\n**--OR--**\n\nYou can always donate your time by contributing to the project or by introducing it to others.\n\n## How to use\nUse toolbox to add the control to your forms.\n\nCheck the 'CircularProgressBarSample' project for tons of usage examples.\n![Screenshot](/screenshot.gif?raw=true \"Screenshot\")\n\n## Documentation\n#### [Properties]\n\n* `CircularProgressBar.Maximum`: Shows and changes the maximum acceptable value for the progress bar.\n* `CircularProgressBar.Minimum`: Shows and changes the minimum acceptable value for the progress bar.\n* `CircularProgressBar.Value`: Shows and changes the current value of the progress bar.\n* `CircularProgressBar.Style`: Shows and changes the style of the progress bar. Only `Continues` and `Marquee` is now supported. `Blocks` behaves as same as `Continues`.\n* `CircularProgressBar.BackColor`: Background color of control, transparent is not supported\n* `CircularProgressBar.Text`: Primary text\n* `CircularProgressBar.TextMargin`: Margin of the primary text\n* `CircularProgressBar.Font`: Font of the primary text\n* `CircularProgressBar.SuperscriptText`: Superscript text\n* `CircularProgressBar.SuperscriptMargin`: Margin of the superscript text\n* `CircularProgressBar.SuperscriptColor`: Font color of the superscript text\n* `CircularProgressBar.SubscriptText`: Subscript text\n* `CircularProgressBar.SubscriptMargin`: Margin of the subscript text\n* `CircularProgressBar.SubscriptColor`: Font color of the subscript text\n* `CircularProgressBar.SecondaryFont`: Font of subscript as superscript text\n* `CircularProgressBar.AnimationFunction`: Contains the function that controls the animation. Use `WinFormAnimation.Functions` namespace for some of the basic implementations.\n* `CircularProgressBar.AnimationSpeed`: Speed of the animation. Applies to the main progress animation.\n* `CircularProgressBar.StartAngle`: Start angle of the progress bar. 270 being top of the control.\n* `CircularProgressBar.InnerColor`: Color of the inner circle.\n* `CircularProgressBar.InnerWidth`: Width of the inner circle. -1 means full fill.\n* `CircularProgressBar.InnerMargin`: Margin of the inner circle.\n* `CircularProgressBar.ProgressWidth`: Width of the main progress bar circle. -1 means full fill.\n* `CircularProgressBar.ProgressColor`: Color of the main progress bar circle.\n* `CircularProgressBar.OuterColor`: Color of the outer circle.\n* `CircularProgressBar.OuterWidth`: Width of the outer circle. -1 means full fill.\n* `CircularProgressBar.OuterMargin`: Margin of the outer circle.\n\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2016-2020 Soroush Falahati\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalahati%2Fcircularprogressbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffalahati%2Fcircularprogressbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffalahati%2Fcircularprogressbar/lists"}