FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatFocusIndicatorRenderer Class / BackColor Property


In This Topic
BackColor Property (FlatFocusIndicatorRenderer)
In This Topic
Gets or sets the backcolor of the gripper indicator.
Syntax
'Declaration
 
Public Property BackColor As Color
 
'Usage
 
Dim instance As FlatFocusIndicatorRenderer
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
See Also