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


In This Topic
ActiveTopBorderColor Property (FlatInterfaceRenderer)
In This Topic
Gets or sets the active top border color.
Syntax
'Declaration
 
Public Property ActiveTopBorderColor As Color
 
'Usage
 
Dim instance As FlatInterfaceRenderer
Dim value As Color
 
instance.ActiveTopBorderColor = value
 
value = instance.ActiveTopBorderColor
See Also