Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableElementStyle Class / BackColor Property


In This Topic
BackColor Property (TableElementStyle)
In This Topic
Gets the backcolor of the element.
Syntax
'Declaration
 
Public ReadOnly Property BackColor As Color
 
'Usage
 
Dim instance As TableElementStyle
Dim value As Color
 
value = instance.BackColor
See Also