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


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

    Property Value

    You can enter a number from -1 (darkest) to 1 (lightest) for the TintAndShade property. Zero (0) is neutral.
    See Also