共用方式為


ProgressBar.Style 屬性

定義

取得或設定在進度列上表示進度所用的方式。

public:
 property System::Windows::Forms::ProgressBarStyle Style { System::Windows::Forms::ProgressBarStyle get(); void set(System::Windows::Forms::ProgressBarStyle value); };
[System.ComponentModel.Browsable(true)]
public System.Windows.Forms.ProgressBarStyle Style { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Style : System.Windows.Forms.ProgressBarStyle with get, set
Public Property Style As ProgressBarStyle

屬性值

ProgressBarStyle

其中一個 ProgressBarStyle 值。 預設值為 Blocks

屬性

例外狀況

這個值不是 ProgressBarStyle 列舉的成員。

備註

當您需要指出進度時,可以使用 Marquee 樣式,而不指出進度的數量。 Marquee只有在啟用視覺化樣式時,才會接受此樣式。 Continuous未啟用視覺化樣式時,會接受此樣式。

適用於