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


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

    Property Value

    The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
    See Also