Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ImageFocusIndicatorRenderer Class / TransparencyColor Property


In This Topic
TransparencyColor Property (ImageFocusIndicatorRenderer)
In This Topic
Gets or sets the transparency color of the custom focus indicator.
Syntax
'Declaration
 
Public Property TransparencyColor As Color
 
'Usage
 
Dim instance As ImageFocusIndicatorRenderer
Dim value As Color
 
instance.TransparencyColor = value
 
value = instance.TransparencyColor
See Also