AxisScrollBar.LineColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定捲軸的線條色彩。
public:
property System::Drawing::Color LineColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color LineColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.LineColor : System.Drawing.Color with get, set
Public Property LineColor As Color
屬性值
Color 值,表示捲軸的線條色彩。 預設值是 Empty。
- 屬性
備註
此屬性代表用於向上/向下和左/右按鈕箭號的色彩、重設按鈕內的符號,以及整個捲軸的框線。
如果這個屬性的值是 Empty ,使用的線條色彩將會由 LineColor 屬性值決定。