Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CommandBarInfo Class / ButtonShadowColor Property
Example


In This Topic
    ButtonShadowColor Property
    In This Topic
    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;}

    Property Value

    Color object that contains the color for shadow of the button on the command bar
    Remarks

    Use the ButtonFaceColor and ButtonHighlightColor properties to specify the button face and highlight color, respectively.

    Example
    This example shows the setting of several command bar properties.
    See Also