Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / SplitBarBackgroundColor Property


In This Topic
SplitBarBackgroundColor Property (FlatInterfaceRenderer)
In This Topic
Gets or sets the color of the split bar.
Syntax
'Declaration
 
Public Property SplitBarBackgroundColor As Color
 
'Usage
 
Dim instance As FlatInterfaceRenderer
Dim value As Color
 
instance.SplitBarBackgroundColor = value
 
value = instance.SplitBarBackgroundColor
See Also