Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / LightColor Property


In This Topic
LightColor Property (FpButton)
In This Topic
Gets or sets the color to draw the three-dimensional inside border of the button.
Syntax
'Declaration
 
Public Property LightColor As Color
 
'Usage
 
Dim instance As FpButton
Dim value As Color
 
instance.LightColor = value
 
value = instance.LightColor
See Also