Spread Windows Forms 12.0 Product Documentation
LightColor Property (FpButton)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : LightColor Property
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;}

Property Value

Color object containing the light color of the button
See Also

Reference

FpButton Class
FpButton Members