ToolStripProgressBar::Style Property

 

Gets or sets the style of the ToolStripProgressBar.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property ProgressBarStyle Style {
	ProgressBarStyle get();
	void set(ProgressBarStyle value);
}

Property Value

Type: System.Windows.Forms::ProgressBarStyle

One of the ProgressBarStyle values. The default value is Blocks.

.NET Framework
Available since 2.0
Return to top
Show: