CesProgressBar - CesSolutions/Ces.WinForm.UI GitHub Wiki
To show progress of any operation you can two types of progress bar as follow:
- CesLinearProgressBar : Show progress bar in horizontal mode.
- CesCircularProgressBar : Show progress bar in vertical mode.
جهت نمایش میزان پیشرفت عملیات استفاد همی شود و در دو نوع است که در ToolBox دو کنترل با نام های زیر وجود دارد:
- CesLinearProgressBar : نمایش نوار پیشرفت بصورت افقی.
- CesCircularProgressBar : نمایش نوار پیشرفت بصورت دایره ای.

- CesProgressValue : Get/Set progress value.
- CesTotalValue : You must define total value to allow control to calculate percentage.
- CesCurrentValue : Set current value. Control calculates percentage.
- CesBackColor : Set color for background.
- CesBarColor : Set color for progress bar.
- CesProgressPrecision : Set precision for value of control for floating number.
- CesShowProgress : Show/Hide progress value.
- CesProgressValue : این ویژگی ReadOnly می باشد و مقدار پیشرفت را برحسب درصد نمایش می دهد.
- CesTotalValue : مقدار کل عملیات که بصورت پیش فرض 100 می باشد.
- CesCurrentValue : مقدار جاری عملیات انجام شده که بصورت پیش فرض 60 می باشد.
- CesBackColor : رنگ پس زمینه.
- CesBarColor : رنگ قسمتی که به تناسب پیشرفت کار تکمیل می شود.
- CesProgressPrecision : تعیین تعداد ارقام اعشار در نمایش درصد پیشرفت کار.
- CesShowProgress : اگر مقدار این ویژگی true باشد درصد پیشرفت نمایش داده خواهد شد.
- CesProgressLocation : Enables you to show progress value in three locations.
- CesProgressLocation : تعیین موقعیت نمایش درصد پیشرفت که می تواند یکی از گزینه های Left, Right و Center باشد.
- CesBarThickness: Set thickness for circular line of progress bar.
- CesBarUnfilledColor : Set color for unfilled section of control. This section is part of progress bar line in which progress value has not reached yet.
- CesBarThickness: ضخامت خط دایره ای شکلی که مقدار پیشرفت را نمایش می دهد.
- CesBarUnfilledColor : رنگ بخشی از کنترل که هنوز نوار پیشرفت وارد آن ناحیه نشده است.