\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Styles.Borders Namespace / BorderRaisedBevel Class / getLightAndDark Method

In This Topic
    getLightAndDark Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub getLightAndDark( _
       ByVal c As System.Drawing.Color, _
       ByRef light As System.Drawing.Color, _
       ByRef dark As System.Drawing.Color _
    ) 
    protected void getLightAndDark( 
       System.Drawing.Color c,
       out System.Drawing.Color light,
       out System.Drawing.Color dark
    )

    Parameters

    c
    light
    dark
    See Also