Spread for ASP.NET 12 Product Documentation
ScrollBar3DLightColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ScrollBar3DLightColor Property
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

Reference

FpSpread Class
FpSpread Members