AxisScrollBar.BackColor Property

Definition

Gets or sets the background color of a scrollbar.

public:
 property System::Drawing::Color BackColor { 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 BackColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.BackColor : System.Drawing.Color with get, set
Public Property BackColor As Color

Property Value

A Color value that represents the background color of the scrollbar. The default value is Empty.

Attributes

Remarks

This property can be set to any valid ARGB (alpha, red, green, blue) color.

If the value of this property is Empty, the background color of the scrollbar will be determined by the BackColor property value of the chart area the scrollbar is being used for.

Applies to