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