ToolStripProgressBar.Style Property

Definition

Gets or sets the style of the ToolStripProgressBar.

public:
 property System::Windows::Forms::ProgressBarStyle Style { System::Windows::Forms::ProgressBarStyle get(); void set(System::Windows::Forms::ProgressBarStyle value); };
public System.Windows.Forms.ProgressBarStyle Style { get; set; }
member this.Style : System.Windows.Forms.ProgressBarStyle with get, set
Public Property Style As ProgressBarStyle

Property Value

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

Applies to