AxisScrollBar.BackColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.