ProgressBar.Style 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在進度列上表示進度所用的方式。
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 值。 預設值為 Blocks
- 屬性
例外狀況
這個值不是 ProgressBarStyle 列舉的成員。
備註
當您需要指出進度時,可以使用 Marquee 樣式,而不指出進度的數量。 Marquee只有在啟用視覺化樣式時,才會接受此樣式。 Continuous未啟用視覺化樣式時,會接受此樣式。