Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / lightColor Field


In This Topic
    lightColor Field
    In This Topic
    Light color for the sides of the button.
    Syntax
    'Declaration
     
    
    Public lightColor As Color
    'Usage
     
    
    Dim instance As FpButtonPaintArgs
    Dim value As Color
     
    value = instance.lightColor
     
    instance.lightColor = value
    public Color lightColor
    See Also