Enum ProgressBarTextStyles
This enum represents the ProgressBarAdv text styles
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ProgressBarTextStyles
Fields
Name | Description |
---|---|
Custom | The text of the ProgressBar will be asked through the ValueChanged event. |
Percentage | The text of the ProgressBar will be a percentage value. Ex: 75% |
Value | The text of the ProgressBar will be the value of the format: ProgressBar / the maximum value. Ex 75/200 |