Spread for ASP.NET 12 Product Documentation
ScrollBarBaseColor Property


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

Reference

FpSpread Class
FpSpread Members