Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / RangeGroupBackgroundColor Property


In This Topic
    RangeGroupBackgroundColor Property (EnhancedInterfaceRenderer)
    In This Topic
    Gets or sets the color of the outline (range group) background.
    Syntax
    'Declaration
     
    
    Public Property RangeGroupBackgroundColor As Color
    'Usage
     
    
    Dim instance As EnhancedInterfaceRenderer
    Dim value As Color
     
    instance.RangeGroupBackgroundColor = value
     
    value = instance.RangeGroupBackgroundColor
    public Color RangeGroupBackgroundColor {get; set;}

    Property Value

    Color of the outline (range group) background
    See Also