Spread WinForms 15
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

Property Value

The color of the split bar light.
See Also