Gets or sets the color of the gutter of the scroll bars in the Spread component.
Syntax
'Declaration
Public Property ScrollBarDarkShadowColor As Color
'Usage
Dim instance As FpSpread
Dim value As Color
instance.ScrollBarDarkShadowColor = value
value = instance.ScrollBarDarkShadowColor
public Color ScrollBarDarkShadowColor {get; set;}
See Also