Spread for ASP.NET 12 Product Documentation
ScrollBarShadowColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ScrollBarShadowColor Property
Gets or sets the color of the bottom and right edges of the scroll box and scroll arrows of the scroll bars in the Spread component.
Syntax
'Declaration
 
Public Property ScrollBarShadowColor As Color
'Usage
 
Dim instance As FpSpread
Dim value As Color
 
instance.ScrollBarShadowColor = value
 
value = instance.ScrollBarShadowColor
public Color ScrollBarShadowColor {get; set;}
See Also

Reference

FpSpread Class
FpSpread Members