ProgressBar.BackColor 屬性
定義
取得或設定此 ProgressBar 控制項的背景色彩。Gets or sets the background color for this ProgressBar control.
public:
virtual property System::Drawing::Color BackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Color BackColor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BackColor : System.Drawing.Color with get, set
Public Overrides Property BackColor As Color
屬性值
控制項的背景色彩。The background color of the control. 預設值為 BackColor 屬性的值。The default is the value of the BackColor property.
- 屬性