Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / DarkColor Property


In This Topic
    DarkColor Property (ButtonCellType)
    In This Topic
    Gets or sets the shadow color for the button.
    Syntax
    'Declaration
     
    
    Public Property DarkColor As Color
    'Usage
     
    
    Dim instance As ButtonCellType
    Dim value As Color
     
    instance.DarkColor = value
     
    value = instance.DarkColor
    public Color DarkColor {get; set;}
    See Also