Spread for ASP.NET 12 Product Documentation
ButtonShadowColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CommandBarInfo Class : ButtonShadowColor Property
Gets or sets the color of the bottom and right borders of buttons on the command bar of the Spread component.
Syntax
'Declaration
 
Public Property ButtonShadowColor As Color
'Usage
 
Dim instance As CommandBarInfo
Dim value As Color
 
instance.ButtonShadowColor = value
 
value = instance.ButtonShadowColor
public Color ButtonShadowColor {get; set;}
See Also

Reference

CommandBarInfo Class
CommandBarInfo Members