Milestone Progress Bar
A progress bar with milestones.
Namespace: LSOne.Controls.Progress
Assembly: LSOne.Controls.Progress.MilestoneProgressBar
Syntax
public partial class MilestoneProgressBar : UserControl
Constructors
Name |
Description |
---|---|
MilestoneProgressBar() |
Default constructor |
Properties
Name |
Description |
---|---|
ActiveTextColor |
Get or set the text color of the active milestone. |
Milestones |
Get the collection of milestones. Milestones can be added through the designer. |
ProgressColor |
Get or set the color of the progress indicator in the control. |
StatusValue |
Get or set progress status of the control. 0 would mean you have not entered any step, 1 means your in the first step, 2 means your in step 2 and step 1 is done. |
Examples
See Source\POS\Services\CustomerService\WinFormsTouch\AddCustomerDialog.cs from DevPack for usage examples.