PSStyle.ProgressConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains configuration for the progress bar visualization.
public sealed class PSStyle.ProgressConfiguration
type PSStyle.ProgressConfiguration = class
Public NotInheritable Class PSStyle.ProgressConfiguration
- Inheritance
-
PSStyle.ProgressConfiguration
Constructors
PSStyle.ProgressConfiguration() |
Properties
MaxWidth |
Gets or sets the max width of the progress bar. |
Style |
Gets or sets the style for progress bar. |
UseOSCIndicator |
Gets or sets a value indicating whether to use Operating System Command (OSC) control sequences 'ESC ]9;4;' to show indicator in terminal. |
View |
Gets or sets the view for progress bar. |