Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IColorFormat Interface / TintAndShade Property


In This Topic
    TintAndShade Property (IColorFormat)
    In This Topic
    Gets or sets the System.Double value that lightens or darkens a color.
    Syntax
    'Declaration
     
    
    Property TintAndShade As Double
    'Usage
     
    
    Dim instance As IColorFormat
    Dim value As Double
     
    instance.TintAndShade = value
     
    value = instance.TintAndShade
    double TintAndShade {get; set;}

    Property Value

    The System.Double value that lightens or darkens a color.
    Remarks
    You can enter a number from -1 (darkest) to 1 (lightest) for the TintAndShade property. Zero (0) is neutral.
    See Also