The color of the scroll bar indicator.
Namespace:
am.Charts
Assembly:
am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Color ScrollerColor { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ScrollerColor As Color |
| Visual C++ |
|---|
public:
property Color ScrollerColor {
Color get ();
void set (Color value);
} |
See Also