All Projects → falahati → Circularprogressbar

falahati / Circularprogressbar

Licence: mit
Circular ProgressBar is a custom control for WinForm with animation.

Projects that are alternatives of or similar to Circularprogressbar

Circleprogressview
🎡 CircleProgressView是一个圆形渐变的进度动画控件(支持外环显示刻度,内环随之变化,配置参数完全可配),动画效果纵享丝滑。
Stars: ✭ 314 (+64.4%)
Mutual labels:  progressbar, circle
LimitlessUI
Awesome C# UI library that highly reduced limits of your application looks
Stars: ✭ 41 (-78.53%)
Mutual labels:  winforms, progressbar
Arcseekbar
🎡 ArcSeekBar 一个弧形可拖动进度条控件。弧形大小,弧度,颜色渐变等配置完全可定制化
Stars: ✭ 115 (-39.79%)
Mutual labels:  progressbar, circle
mp-progress
专注于小程序圆环形进度条的小工具
Stars: ✭ 72 (-62.3%)
Mutual labels:  progressbar, circle
Progress
基于Vue 2.x 的进度条,支持直线和环形(顺时针和逆时针)。Vue-based progress component, support line and circle(clockwise or couterclockwise).
Stars: ✭ 130 (-31.94%)
Mutual labels:  progressbar, circle
Circle Flags
A collection of 300+ minimal circular SVG country flags
Stars: ✭ 139 (-27.23%)
Mutual labels:  circle
Airpurgeview
AirPurgeView
Stars: ✭ 156 (-18.32%)
Mutual labels:  circle
Ookii Dialogs Winforms
Common dialog classes for Windows Forms applications
Stars: ✭ 130 (-31.94%)
Mutual labels:  winforms
Progressbar
A really basic thread-safe progress bar for Golang applications
Stars: ✭ 2,212 (+1058.12%)
Mutual labels:  progressbar
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+1439.27%)
Mutual labels:  progressbar
Linearprogressbar
Simple progress bar for iOS
Stars: ✭ 166 (-13.09%)
Mutual labels:  progressbar
Zzhorizontalprogressbar
水平进度条,支持渐变色和二级进度
Stars: ✭ 153 (-19.9%)
Mutual labels:  progressbar
Radialprogressbar
Radial ProgressBar inspired by Apple Watch OS. It is highly Customisable
Stars: ✭ 141 (-26.18%)
Mutual labels:  progressbar
Netsparkle
NetSparkle is a C# software update framework for .NET developers compatible with .NET Core, WinForms, WPF, and Avalonia; uses Ed25519 or DSA signatures! View basic usage here in the README or visit our website for code docs. 2.0 is stable but still in preview.
Stars: ✭ 154 (-19.37%)
Mutual labels:  winforms
Webpackbar
Elegant ProgressBar and Profiler for Webpack 3 , 4 and 5
Stars: ✭ 1,887 (+887.96%)
Mutual labels:  progressbar
React Nprogress
⌛️ A React primitive for building slim progress bars.
Stars: ✭ 173 (-9.42%)
Mutual labels:  progressbar
Progress Bar.sh
Simple & sexy progress bar for `bash`, give it a duration and it will do the rest.
Stars: ✭ 155 (-18.85%)
Mutual labels:  progressbar
Progresshud
ProgressHUD is a lightweight and easy-to-use HUD for iOS.
Stars: ✭ 2,045 (+970.68%)
Mutual labels:  progressbar
React Spinners Kit
A collection of loading spinners with React.js
Stars: ✭ 158 (-17.28%)
Mutual labels:  progressbar
Rxtool
Android开发人员不得不收集的工具类集合 | 支付宝支付 | 微信支付(统一下单) | 微信分享 | Zip4j压缩(支持分卷压缩与加密) | 一键集成UCrop选择圆形头像 | 一键集成二维码和条形码的扫描与生成 | 常用Dialog | WebView的封装可播放视频 | 仿斗鱼滑动验证码 | Toast封装 | 震动 | GPS | Location定位 | 图片缩放 | Exif 图片添加地理位置信息(经纬度) | 蛛网等级 | 颜色选择器 | ArcGis | VTPK | 编译运行一下说不定会找到惊喜
Stars: ✭ 11,567 (+5956.02%)
Mutual labels:  progressbar

Icon Circular ProgressBar for WinForm [.Net3.5+]

Circular ProgressBar is a custom control and inplace replacement of 'ProgressBar' for WinForm with animation.

Where to get

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

Help me fund my own Death Star

--OR--

You can always donate your time by contributing to the project or by introducing it to others.

How to use

Use toolbox to add the control to your forms.

Check the 'CircularProgressBarSample' project for tons of usage examples. Screenshot

Documentation

[Properties]

  • CircularProgressBar.Maximum: Shows and changes the maximum acceptable value for the progress bar.
  • CircularProgressBar.Minimum: Shows and changes the minimum acceptable value for the progress bar.
  • CircularProgressBar.Value: Shows and changes the current value of the progress bar.
  • CircularProgressBar.Style: Shows and changes the style of the progress bar. Only Continues and Marquee is now supported. Blocks behaves as same as Continues.
  • CircularProgressBar.BackColor: Background color of control, transparent is not supported
  • CircularProgressBar.Text: Primary text
  • CircularProgressBar.TextMargin: Margin of the primary text
  • CircularProgressBar.Font: Font of the primary text
  • CircularProgressBar.SuperscriptText: Superscript text
  • CircularProgressBar.SuperscriptMargin: Margin of the superscript text
  • CircularProgressBar.SuperscriptColor: Font color of the superscript text
  • CircularProgressBar.SubscriptText: Subscript text
  • CircularProgressBar.SubscriptMargin: Margin of the subscript text
  • CircularProgressBar.SubscriptColor: Font color of the subscript text
  • CircularProgressBar.SecondaryFont: Font of subscript as superscript text
  • CircularProgressBar.AnimationFunction: Contains the function that controls the animation. Use WinFormAnimation.Functions namespace for some of the basic implementations.
  • CircularProgressBar.AnimationSpeed: Speed of the animation. Applies to the main progress animation.
  • CircularProgressBar.StartAngle: Start angle of the progress bar. 270 being top of the control.
  • CircularProgressBar.InnerColor: Color of the inner circle.
  • CircularProgressBar.InnerWidth: Width of the inner circle. -1 means full fill.
  • CircularProgressBar.InnerMargin: Margin of the inner circle.
  • CircularProgressBar.ProgressWidth: Width of the main progress bar circle. -1 means full fill.
  • CircularProgressBar.ProgressColor: Color of the main progress bar circle.
  • CircularProgressBar.OuterColor: Color of the outer circle.
  • CircularProgressBar.OuterWidth: Width of the outer circle. -1 means full fill.
  • CircularProgressBar.OuterMargin: Margin of the outer circle.

License

The MIT License (MIT)

Copyright (c) 2016-2020 Soroush Falahati

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].