Gets or sets the color of the top and left edges of the scroll box and scroll arrows of a scroll bar in the Spread component.
Syntax
'Declaration
Public Property ScrollBar3DLightColor As Color
'Usage
Dim instance As FpSpread
Dim value As Color
instance.ScrollBar3DLightColor = value
value = instance.ScrollBar3DLightColor
public Color ScrollBar3DLightColor {get; set;}
See Also