Gets or sets the base color of the scroll boxes, scroll tracks, and scroll arrows in the Spread component.
Syntax
'Declaration
Public Property ScrollBarBaseColor As Color
'Usage
Dim instance As FpSpread
Dim value As Color
instance.ScrollBarBaseColor = value
value = instance.ScrollBarBaseColor
public Color ScrollBarBaseColor {get; set;}
See Also