Specifies the style that a ProgressBar uses to indicate the progress of an operation.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public ProgressBarType ProgressBarStyle { get; set; } |
| Visual Basic |
|---|
Public Property ProgressBarStyle As ProgressBarType Get Set |
| Visual C++ |
|---|
public: property ProgressBarType ProgressBarStyle { ProgressBarType get (); void set (ProgressBarType value); } |