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


In This Topic
    SplitBarLightColor Property (EnhancedInterfaceRenderer)
    In This Topic
    Gets or sets the light color of the split bar.
    Syntax
    'Declaration
     
    
    Public Property SplitBarLightColor As Color
    'Usage
     
    
    Dim instance As EnhancedInterfaceRenderer
    Dim value As Color
     
    instance.SplitBarLightColor = value
     
    value = instance.SplitBarLightColor
    public Color SplitBarLightColor {get; set;}

    Property Value

    The color of the split bar light.
    See Also