Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IColorFormat Interface / Brightness Property


In This Topic
    Brightness Property (IColorFormat)
    In This Topic
    Gets or sets the luminosity of the specified color.
    Syntax
    'Declaration
     
    
    Property Brightness As Double
    'Usage
     
    
    Dim instance As IColorFormat
    Dim value As Double
     
    instance.Brightness = value
     
    value = instance.Brightness
    double Brightness {get; set;}

    Property Value

    The luminosity of the specified color.
    See Also