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
public Color LightColor {get; set;}
See Also